OpenVPN 3 Core Library
|
#include <buffer.hpp>
Additional Inherited Members | |
![]() | |
using | value_type = unsigned int |
![]() | |
constexpr | IntrinsicType (value_type v=value_type()) noexcept |
Constructs an IntrinsicType object. | |
BufferFlags & | operator= (value_type v) |
Assignment operator from value_type. | |
BufferFlags & | operator= (BufferFlags arg) noexcept |
Assignment operator from BaseT. | |
constexpr BufferFlags & | operator|= (BufferFlags arg) noexcept |
Bitwise OR assignment operator. | |
constexpr BufferFlags & | operator&= (BufferFlags 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 206 of file buffer.hpp.