E.V.E
v2022.09.01
eve::floating_real_value Concept Reference
#include <eve/concept/value.hpp>
Detailed Description
TODO describe
Examples
double
eve::wide
<float,
eve::fixed
<2>>
Concept definition
template
<
typename
T>
concept
eve::floating_real_value
=
real_value<T>
&& std::floating_point<element_type_t<T>>
eve::floating_real_value
Definition:
value.hpp:103
eve::real_value
Definition:
value.hpp:93
eve
floating_real_value