|
OpenVPN 3 Core Library
|
Additional Inherited Members | |
Public Types inherited from openvpn::IntrinsicType< Thing1, int > | |
| using | value_type = int |
Public Member Functions inherited from openvpn::IntrinsicType< Thing1, 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 |
| Add assignment operator. | |
| constexpr Thing1 | operator-= (Thing1 arg) noexcept |
| Subtract assignment operator. | |
| constexpr Thing1 | operator*= (Thing1 arg) noexcept |
| Multiply assignment operator. | |
| constexpr Thing1 | operator/= (Thing1 arg) noexcept |
| Divide assignment operator. | |
| 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.