scc  2024.06
SystemC components library
nonstd::variants::detail::TX< T > Struct Template Reference
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 597 of file variant.hpp.


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