Searched defs:floatfield (Results 1 – 6 of 6) sorted by relevance
34 static int floatfield(T) { return base_type::fmtflags::scientific; } in floatfield() function45 static int floatfield(T) { return base_type::fmtflags::fixed; } in floatfield() function
22 static int floatfield(Num) { return std::ios_base::scientific; } in floatfield() function
143 static int floatfield(T n) in floatfield() function
138 int floatfield(T n) const in floatfield() function
96 static BOOST_CONSTEXPR_OR_CONST fmtflags floatfield = StreamT::floatfield; member in boost::expressions::aux::stream_ref262 BOOST_CONSTEXPR_OR_CONST typename stream_ref< StreamT >::fmtflags stream_ref< StreamT >::floatfield; member in boost::expressions::aux::stream_ref< StreamT >
195 static BOOST_CONSTEXPR_OR_CONST fmtflags floatfield = ostream_type::floatfield; member in boost::basic_formatting_ostream816 …TraitsT, AllocatorT >::fmtflags basic_formatting_ostream< CharT, TraitsT, AllocatorT >::floatfield; member in boost::basic_formatting_ostream< CharT, TraitsT, AllocatorT >