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

#include <variant.hpp>

Inheritance diagram for nonstd::variants::detail::TX< T >:
Collaboration diagram for nonstd::variants::detail::TX< T >:

Public Member Functions

TX< T > operator+ () const
 
TX< T > operator- () const
 
TX< T > operator! () const
 
TX< T > operator~ () const
 
TX< T > * operator & () const
 
template<class U >
TX< T > operator * (U const &) const
 
template<class U >
TX< T > operator/ (U const &) const
 
template<class U >
TX< T > operator% (U const &) const
 
template<class U >
TX< T > operator+ (U const &) const
 
template<class U >
TX< T > operator- (U const &) const
 
template<class U >
TX< T > operator<< (U const &) const
 
template<class U >
TX< T > operator>> (U const &) const
 
bool operator== (T const &) const
 
bool operator< (T const &) const
 
template<class U >
TX< T > operator & (U const &) const
 
template<class U >
TX< T > operator| (U const &) const
 
template<class U >
TX< T > operator^ (U const &) const
 
template<class U >
TX< T > operator && (U const &) const
 
template<class U >
TX< T > operator|| (U const &) const
 

Detailed Description

template<class T>
struct nonstd::variants::detail::TX< T >

Definition at line 474 of file variant.hpp.

Member Function Documentation

◆ operator+() [1/2]

template<class T >
TX<T> nonstd::variants::detail::TX< T >::operator+ ( ) const
inline

Definition at line 476 of file variant.hpp.

◆ operator-() [1/2]

template<class T >
TX<T> nonstd::variants::detail::TX< T >::operator- ( ) const
inline

Definition at line 477 of file variant.hpp.

◆ operator!()

template<class T >
TX<T> nonstd::variants::detail::TX< T >::operator! ( ) const
inline

Definition at line 479 of file variant.hpp.

◆ operator~()

template<class T >
TX<T> nonstd::variants::detail::TX< T >::operator~ ( ) const
inline

Definition at line 480 of file variant.hpp.

◆ operator &() [1/2]

template<class T >
TX<T>* nonstd::variants::detail::TX< T >::operator & ( ) const
inline

Definition at line 482 of file variant.hpp.

References variant_nullptr.

◆ operator *()

template<class T >
template<class U >
TX<T> nonstd::variants::detail::TX< T >::operator * ( U const &  ) const
inline

Definition at line 484 of file variant.hpp.

◆ operator/()

template<class T >
template<class U >
TX<T> nonstd::variants::detail::TX< T >::operator/ ( U const &  ) const
inline

Definition at line 485 of file variant.hpp.

◆ operator%()

template<class T >
template<class U >
TX<T> nonstd::variants::detail::TX< T >::operator% ( U const &  ) const
inline

Definition at line 487 of file variant.hpp.

◆ operator+() [2/2]

template<class T >
template<class U >
TX<T> nonstd::variants::detail::TX< T >::operator+ ( U const &  ) const
inline

Definition at line 488 of file variant.hpp.

◆ operator-() [2/2]

template<class T >
template<class U >
TX<T> nonstd::variants::detail::TX< T >::operator- ( U const &  ) const
inline

Definition at line 489 of file variant.hpp.

◆ operator<<()

template<class T >
template<class U >
TX<T> nonstd::variants::detail::TX< T >::operator<< ( U const &  ) const
inline

Definition at line 491 of file variant.hpp.

◆ operator>>()

template<class T >
template<class U >
TX<T> nonstd::variants::detail::TX< T >::operator>> ( U const &  ) const
inline

Definition at line 492 of file variant.hpp.

◆ operator==()

template<class T >
bool nonstd::variants::detail::TX< T >::operator== ( T const &  ) const
inline

Definition at line 494 of file variant.hpp.

◆ operator<()

template<class T >
bool nonstd::variants::detail::TX< T >::operator< ( T const &  ) const
inline

Definition at line 495 of file variant.hpp.

◆ operator &() [2/2]

template<class T >
template<class U >
TX<T> nonstd::variants::detail::TX< T >::operator & ( U const &  ) const
inline

Definition at line 497 of file variant.hpp.

◆ operator|()

template<class T >
template<class U >
TX<T> nonstd::variants::detail::TX< T >::operator| ( U const &  ) const
inline

Definition at line 498 of file variant.hpp.

◆ operator^()

template<class T >
template<class U >
TX<T> nonstd::variants::detail::TX< T >::operator^ ( U const &  ) const
inline

Definition at line 499 of file variant.hpp.

◆ operator &&()

template<class T >
template<class U >
TX<T> nonstd::variants::detail::TX< T >::operator && ( U const &  ) const
inline

Definition at line 501 of file variant.hpp.

◆ operator||()

template<class T >
template<class U >
TX<T> nonstd::variants::detail::TX< T >::operator|| ( U const &  ) const
inline

Definition at line 502 of file variant.hpp.


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