13 #ifndef BOOST_FORMAT_INTERNAL_FWD_HPP 14 #define BOOST_FORMAT_INTERNAL_FWD_HPP 24 template<
class Ch,
class Tr>
struct stream_format_state;
25 template<
class Ch,
class Tr,
class Alloc>
struct format_item;
31 template<
class Ch,
class Tr,
class Alloc,
class T>
32 basic_format<Ch, Tr, Alloc>&
34 int itemN,
T manipulator);
36 template<
class Ch,
class Tr,
class Alloc,
class T>
37 basic_format<Ch, Tr, Alloc>&
39 int argN,
const T&
val);
42 template<
class Ch,
class Tr,
class T>
47 template<
class Ch,
class Tr,
class Alloc,
class T>
50 template<
class Ch,
class Tr,
class Alloc,
class T>
51 basic_format<Ch, Tr, Alloc>&
52 feed (basic_format<Ch,Tr, Alloc>&
self,
T x);
54 template<
class Ch,
class Tr,
class Alloc,
class T>
55 basic_format<Ch, Tr, Alloc>&
64 #endif // BOOST_FORMAT_INTERNAL_FWD_HPP basic_format< Ch, Tr, Alloc > & feed(basic_format< Ch, Tr, Alloc > &self, T x)
BOOST_MOVE_USE_STANDARD_LIBRARY_MOVE.
void apply_manip_body(stream_format_state< Ch, Tr > &self, T manipulator)
basic_format< Ch, Tr, Alloc > & bind_arg_body(basic_format< Ch, Tr, Alloc > &self, int argN, const T &val)
basic_format< Ch, Tr, Alloc > & feed_impl(basic_format< Ch, Tr, Alloc > &self, T x)
void distribute(basic_format< Ch, Tr, Alloc > &self, T x)
basic_format< Ch, Tr, Alloc > & modify_item_body(basic_format< Ch, Tr, Alloc > &self, int itemN, T manipulator)