Template Struct NullValueVisitor

Inheritance Relationships

Base Type

  • public boost::static_visitor< R >

Struct Documentation

template<typename R>
struct NullValueVisitor : public boost::static_visitor<R>

Public Functions

template<typename T>
inline R operator()(T t) const