Searched refs:manipulator_type (Results 1 – 2 of 2) sorted by relevance
48 enum manipulator_type { open, close, delimiter }; enum in boost::tuples::detail::format_info68 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()
51 using manipulator_type = std::ios_base& (*)(std::ios_base&); typedef87 this_type& operator() (manipulator_type m) { return (m(stream_), *this); } in operator ()()