nonstd::variants::detail::TypedVisitorUnwrapper< 2, R, Visitor, T2 > Struct Template Reference

#include <ndn-cxx/util/nonstd/variant.hpp>

+ Collaboration diagram for nonstd::variants::detail::TypedVisitorUnwrapper< 2, R, Visitor, T2 >:

Public Member Functions

 TypedVisitorUnwrapper (const Visitor &visitor_, T2 const &val2_)
 
template<typename T >
operator() (const T &val1) const
 

Public Attributes

T2 const & val2
 
const Visitor & visitor
 

Detailed Description

template<typename R, typename Visitor, typename T2>
struct nonstd::variants::detail::TypedVisitorUnwrapper< 2, R, Visitor, T2 >

Definition at line 1702 of file variant.hpp.

Constructor & Destructor Documentation

template<typename R , typename Visitor , typename T2 >
nonstd::variants::detail::TypedVisitorUnwrapper< 2, R, Visitor, T2 >::TypedVisitorUnwrapper ( const Visitor &  visitor_,
T2 const &  val2_ 
)
inline

Definition at line 1707 of file variant.hpp.

Member Function Documentation

template<typename R , typename Visitor , typename T2 >
template<typename T >
R nonstd::variants::detail::TypedVisitorUnwrapper< 2, R, Visitor, T2 >::operator() ( const T &  val1) const
inline

Definition at line 1715 of file variant.hpp.

Member Data Documentation

template<typename R , typename Visitor , typename T2 >
T2 const& nonstd::variants::detail::TypedVisitorUnwrapper< 2, R, Visitor, T2 >::val2

Definition at line 1705 of file variant.hpp.

template<typename R , typename Visitor , typename T2 >
const Visitor& nonstd::variants::detail::TypedVisitorUnwrapper< 2, R, Visitor, T2 >::visitor

Definition at line 1704 of file variant.hpp.