#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) |
|
inline |
const void* boost::io::detail::put_holder< Ch, Tr >::arg |
Referenced by boost::io::detail::put_head(), and boost::io::detail::put_last().
void(* boost::io::detail::put_holder< Ch, Tr >::put_head)(BOOST_IO_STD basic_ostream< Ch, Tr > &os, const void *x) |
Referenced by boost::io::detail::put_head().
void(* boost::io::detail::put_holder< Ch, Tr >::put_last)(BOOST_IO_STD basic_ostream< Ch, Tr > &os, const void *x) |
Referenced by boost::io::detail::put_last().