#include <boost/spirit/home/support/unused.hpp>
#include <boost/spirit/home/karma/detail/unused_delimiter.hpp>
Namespaces | |
boost | |
Duration formatting facet for input. | |
boost::spirit | |
boost::spirit::karma | |
Functions | |
template<typename OutputIterator , typename Delimiter > | |
bool | boost::spirit::karma::delimit_out (OutputIterator &sink, Delimiter const &d) |
template<typename OutputIterator > | |
bool | boost::spirit::karma::delimit_out (OutputIterator &, unused_type) |
template<typename OutputIterator , typename Delimiter > | |
bool | boost::spirit::karma::delimit_out (OutputIterator &, detail::unused_delimiter< Delimiter > const &) |