Home
last modified time | relevance | path

Searched refs:manipulator_type (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/boost/tuple/
Dtuple_io.hpp48 enum manipulator_type { open, close, delimiter }; enum in boost::tuples::detail::format_info
68 manipulator_type m) { in get_manipulator()
88 manipulator_type m, CharType c) { in set_manipulator()
101 const detail::format_info::manipulator_type mt;
104 explicit tuple_manipulator(detail::format_info::manipulator_type m, in tuple_manipulator()
256 std::basic_istream<CharType, CharTrait> &is, format_info::manipulator_type del) in extract_and_check_delimiter()
/third_party/boost/boost/convert/
Dstream.hpp51 using manipulator_type = std::ios_base& (*)(std::ios_base&); typedef
87 this_type& operator() (manipulator_type m) { return (m(stream_), *this); } in operator ()()