|
constexpr | operator T () const |
|
constexpr auto | operator= (T) -> NullReference & |
|
constexpr auto | operator+= (const T &rhs) -> NullReference< T > & |
|
constexpr auto | operator-= (const T &rhs) -> NullReference< T > & |
|
constexpr auto | operator*= (const T &rhs) -> NullReference< T > & |
|
constexpr auto | operator/= (const T &rhs) -> NullReference< T > & |
|
constexpr auto | operator%= (const T &rhs) -> NullReference< T > & |
|
constexpr auto | operator<<= (const T &rhs) -> NullReference< T > & |
|
constexpr auto | operator>>= (const T &rhs) -> NullReference< T > & |
|
constexpr auto | operator&= (const T &rhs) -> NullReference< T > & |
|
constexpr auto | operator|= (const T &rhs) -> NullReference< T > & |
|
constexpr auto | operator^= (const T &rhs) -> NullReference< T > & |
|
constexpr auto | operator++ () -> NullReference< T > & |
|
constexpr auto | operator++ (int) -> T |
|
constexpr auto | operator-- () -> NullReference< T > & |
|
constexpr auto | operator-- (int) -> T |
|
template<typename T>
struct llama::mapping::internal::NullReference< T >
Definition at line 13 of file Null.hpp.