basix_doc 0.1
|
#include <type_props.hpp>
Definition at line 850 of file type_props.hpp.
typedef rounding_helper<C> H |
Definition at line 851 of file type_props.hpp.
typedef H::rounding_mode R |
Definition at line 852 of file type_props.hpp.
with_rounding | ( | ) | [inline] |
Definition at line 854 of file type_props.hpp.
References mmx::val.
{ old= H::get_rounding (); H::set_rounding (H::template translate<Mode>::val); }
~with_rounding | ( | ) | [inline] |
Definition at line 857 of file type_props.hpp.
{ H::set_rounding (old); }
Definition at line 853 of file type_props.hpp.