Template Struct variant::value_visitor

Nested Relationships

This struct is a nested type of Struct variant.

Struct Documentation

template<typename Visitor>
struct value_visitor

Public Functions

template<typename... Alts> inline constexpr DECLTYPE_AUTO operator() (Alts &&... alts) const DECLTYPE_AUTO_RETURN(visit_exhaustiveness_check< Visitor

Public Members

Visitor &&visitor_