Feel++ 0.91.0
Public Types
Feel::detail::real< bit_size > Struct Template Reference

List of all members.

Public Types

typedef mpl::list< float,
double, long double > 
builtins_
typedef mpl::base< typename
mpl::lower_bound
< mpl::transform_view
< builtins_, mpl::multiplies
< mpl::sizeof_
< mpl::placeholders::_1 >
, mpl::int_
< 8 > > >, mpl::integral_c
< size_t, bit_size > >::type >
::type 
iter_
typedef mpl::end< builtins_ >::type last_
typedef mpl::eval_if
< boost::is_same< iter_, last_ >
, mpl::identity< no_int
< bit_size > >, mpl::deref
< iter_ > >::type 
type

template<int bit_size>
struct Feel::detail::real< bit_size >