nonstd::variants::detail::TX< T > Struct Template Reference

#include <ndn-cxx/util/nonstd/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
 
template<class U >
TX< T > operator% (U const &) 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
 
TX< T > operator+ () const
 
template<class U >
TX< T > operator+ (U const &) const
 
TX< T > operator- () const
 
template<class U >
TX< T > operator- (U const &) const
 
template<class U >
TX< T > operator/ (U const &) const
 
bool operator< (T const &) const
 
template<class U >
TX< T > operator<< (U 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
 
TX< T > operator~ () const
 

Detailed Description

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

Definition at line 474 of file variant.hpp.

Member Function Documentation

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

Definition at line 479 of file variant.hpp.

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.

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

Definition at line 482 of file variant.hpp.

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.

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.

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.

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

Definition at line 476 of file variant.hpp.

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.

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

Definition at line 477 of file variant.hpp.

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.

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.

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

Definition at line 495 of file variant.hpp.

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.

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

Definition at line 494 of file variant.hpp.

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.

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.

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.

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.

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

Definition at line 480 of file variant.hpp.