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

Helper class to implement basic_element::visit with detail::visit. More...

#include <element.hpp>

Public Member Functions

auto operator() (Visitor &&visitor, Element &&elem) const
 Functor call operator.
 

Detailed Description

template<element_type EType, typename Visitor, typename Element>
struct jbson::detail::element_visitor< EType, Visitor, Element >

Helper class to implement basic_element::visit with detail::visit.

Also specialised for void element_types.

See also
basic_element::visit detail::visit

Definition at line 776 of file element.hpp.


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