#include <tuple_io.hpp>
Public Types | |
enum | manipulator_type { open, close, delimiter } |
Public Member Functions | |
BOOST_STATIC_CONSTANT (int, number_of_manipulators=delimiter+1) | |
Static Public Member Functions | |
template<class CharType , class CharTrait > | |
static CharType | get_manipulator (std::basic_ios< CharType, CharTrait > &i, manipulator_type m) |
template<class CharType , class CharTrait > | |
static void | set_manipulator (std::basic_ios< CharType, CharTrait > &i, manipulator_type m, CharType c) |
boost::tuples::detail::format_info::BOOST_STATIC_CONSTANT | ( | int | , |
number_of_manipulators | = delimiter+1 |
||
) |
|
inlinestatic |
References boost::multiprecision::backends::c, close, delimiter, and open.
Referenced by boost::tuples::detail::extract_and_check_delimiter(), boost::tuples::operator<<(), and boost::tuples::detail::print().
|
inlinestatic |
References boost::multiprecision::backends::c.
Referenced by boost::tuples::tuple_manipulator< CharType >::set().