#include <feed_args.hpp>
Public Member Functions | |
template<class T > | |
put_holder (T &t) | |
Public Attributes | |
const void * | arg |
void(* | put_head )(BOOST_IO_STD basic_ostream< Ch, Tr > &os, const void *x) |
void(* | put_last )(BOOST_IO_STD basic_ostream< Ch, Tr > &os, const void *x) |
Definition at line 130 of file feed_args.hpp.
|
inline |
Definition at line 132 of file feed_args.hpp.
const void* boost::io::detail::put_holder< Ch, Tr >::arg |
Definition at line 137 of file feed_args.hpp.
void(* boost::io::detail::put_holder< Ch, Tr >::put_head) (BOOST_IO_STD basic_ostream< Ch, Tr > &os, const void *x) |
Definition at line 138 of file feed_args.hpp.
void(* boost::io::detail::put_holder< Ch, Tr >::put_last) (BOOST_IO_STD basic_ostream< Ch, Tr > &os, const void *x) |
Definition at line 139 of file feed_args.hpp.