OpenVPN 3 Core Library
|
Additional Inherited Members | |
![]() | |
using | value_type = unsigned int |
![]() | |
constexpr | IntrinsicType (value_type v=value_type()) noexcept |
Constructs an IntrinsicType object. | |
Thing1 & | operator= (value_type v) |
Assignment operator from value_type. | |
Thing1 & | operator= (Thing1 arg) noexcept |
Assignment operator from BaseT. | |
constexpr Thing1 & | operator|= (Thing1 arg) noexcept |
Bitwise OR assignment operator. | |
constexpr Thing1 & | operator&= (Thing1 arg) noexcept |
Bitwise AND assignment operator. | |
constexpr value_type | get () const noexcept |
Getter for the underlying value. | |
constexpr | operator value_type () const noexcept |
Conversion operator to value_type. | |
Definition at line 12 of file test_intrinsic_type.cpp.