#include <converter_policies.hpp>
Public Types | |
typedef S | source_type |
typedef mpl::if_ < is_arithmetic< S >, S, S const & >::type | argument_type |
typedef mpl::integral_c < std::float_round_style, std::round_to_nearest > | round_style |
Static Public Member Functions | |
static source_type | nearbyint (argument_type s) |
typedef mpl::if_< is_arithmetic<S>,S,S const&>::type boost::numeric::RoundEven< S >::argument_type |
typedef mpl::integral_c< std::float_round_style, std::round_to_nearest> boost::numeric::RoundEven< S >::round_style |
typedef S boost::numeric::RoundEven< S >::source_type |
|
inlinestatic |
References boost::chrono::ceil(), boost::chrono::floor(), and boost::next().