NS-3 based Named Data Networking (NDN) simulator
ndnSIM 2.5: NDN, CCN, CCNx, content centric networks
API Documentation
nonstd::variants::detail::TypedVisitorUnwrapper< 2, R, Visitor, T2 > Struct Template Reference

#include <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

const Visitor & visitor
 
T2 const & val2
 

Detailed Description

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

Definition at line 1943 of file variant.hpp.

Constructor & Destructor Documentation

◆ TypedVisitorUnwrapper()

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 1948 of file variant.hpp.

Member Function Documentation

◆ operator()()

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 1956 of file variant.hpp.

Member Data Documentation

◆ visitor

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

Definition at line 1945 of file variant.hpp.

◆ val2

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

Definition at line 1946 of file variant.hpp.


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