Struct Variant::TypeNameVisitor

Nested Relationships

This struct is a nested type of Template Class Variant.

Inheritance Relationships

Base Type

  • public boost::static_visitor< std::string >

Struct Documentation

struct TypeNameVisitor : public boost::static_visitor<std::string>

Public Functions

template<typename U>
inline std::string operator()(const U &type) const