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

#include <variant-lite.hpp>

Collaboration diagram for nonstd::variants::detail::TypedVisitorUnwrapper< 4, R, Visitor, T2, T3, T4 >:

Public Member Functions

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

Public Attributes

const Visitor & visitor
 
T2 const & val2
 
T3 const & val3
 
T4 const & val4
 

Detailed Description

template<typename R, typename Visitor, typename T2, typename T3, typename T4>
struct nonstd::variants::detail::TypedVisitorUnwrapper< 4, R, Visitor, T2, T3, T4 >

Definition at line 2325 of file variant-lite.hpp.

Constructor & Destructor Documentation

◆ TypedVisitorUnwrapper()

template<typename R , typename Visitor , typename T2 , typename T3 , typename T4 >
nonstd::variants::detail::TypedVisitorUnwrapper< 4, R, Visitor, T2, T3, T4 >::TypedVisitorUnwrapper ( const Visitor &  visitor_,
T2 const &  val2_,
T3 const &  val3_,
T4 const &  val4_ 
)
inline

Definition at line 2332 of file variant-lite.hpp.

Member Function Documentation

◆ operator()()

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

Definition at line 2342 of file variant-lite.hpp.

Member Data Documentation

◆ visitor

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

Definition at line 2327 of file variant-lite.hpp.

◆ val2

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

Definition at line 2328 of file variant-lite.hpp.

◆ val3

template<typename R , typename Visitor , typename T2 , typename T3 , typename T4 >
T3 const& nonstd::variants::detail::TypedVisitorUnwrapper< 4, R, Visitor, T2, T3, T4 >::val3

Definition at line 2329 of file variant-lite.hpp.

◆ val4

template<typename R , typename Visitor , typename T2 , typename T3 , typename T4 >
T4 const& nonstd::variants::detail::TypedVisitorUnwrapper< 4, R, Visitor, T2, T3, T4 >::val4

Definition at line 2330 of file variant-lite.hpp.


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