View on GitHub
jbson
C++11/1y BSON library
Public Member Functions | List of all members
jbson::detail::json_element_visitor< EType, Element, OutputIterator > Struct Template Reference

Public Member Functions

 BOOST_CONCEPT_ASSERT ((concepts::OutputIteratorConcept< OutputIteratorT, char >))
 
std::decay_t< OutputIteratorT > operator() (Element &&e, OutputIteratorT out) const
 

Detailed Description

template<element_type EType, typename Element, typename OutputIterator>
struct jbson::detail::json_element_visitor< EType, Element, OutputIterator >

Definition at line 38 of file json_writer.hpp.


The documentation for this struct was generated from the following file: