#include <variant.hpp>
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 |
Definition at line 474 of file variant.hpp.
|
inline |
Definition at line 476 of file variant.hpp.
|
inline |
Definition at line 477 of file variant.hpp.
|
inline |
Definition at line 479 of file variant.hpp.
|
inline |
Definition at line 480 of file variant.hpp.
|
inline |
Definition at line 482 of file variant.hpp.
References variant_nullptr.
|
inline |
Definition at line 484 of file variant.hpp.
|
inline |
Definition at line 485 of file variant.hpp.
|
inline |
Definition at line 487 of file variant.hpp.
|
inline |
Definition at line 488 of file variant.hpp.
|
inline |
Definition at line 489 of file variant.hpp.
|
inline |
Definition at line 491 of file variant.hpp.
|
inline |
Definition at line 492 of file variant.hpp.
|
inline |
Definition at line 494 of file variant.hpp.
|
inline |
Definition at line 495 of file variant.hpp.
|
inline |
Definition at line 497 of file variant.hpp.
|
inline |
Definition at line 498 of file variant.hpp.
|
inline |
Definition at line 499 of file variant.hpp.
|
inline |
Definition at line 501 of file variant.hpp.
|
inline |
Definition at line 502 of file variant.hpp.