OpenVPN 3 Core Library
Loading...
Searching...
No Matches
Thing1 Struct Reference
Inheritance diagram for Thing1:
[legend]
Collaboration diagram for Thing1:
[legend]

Additional Inherited Members

- Public Types inherited from openvpn::IntrinsicType< Thing1, unsigned int >
using value_type = unsigned int
 
- Public Member Functions inherited from openvpn::IntrinsicType< Thing1, unsigned int >
constexpr IntrinsicType (value_type v=value_type()) noexcept
 Constructs an IntrinsicType object.
 
Thing1operator= (value_type v)
 Assignment operator from value_type.
 
Thing1operator= (Thing1 arg) noexcept
 Assignment operator from BaseT.
 
constexpr Thing1operator|= (Thing1 arg) noexcept
 Bitwise OR assignment operator.
 
constexpr Thing1operator&= (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.
 

Detailed Description

Definition at line 12 of file test_intrinsic_type.cpp.


The documentation for this struct was generated from the following file: