open62541pp 0.19.0
C++ wrapper of open62541
|
#include <wrapper.hpp>
Default type handler providing standard copy and move operations.
You can specialize it for custom types to override default behavior. For example:
Definition at line 52 of file wrapper.hpp.
Static Public Member Functions | |
static constexpr T | copy (const T &object) |
static constexpr T | move (T &&object) noexcept |
|
inlinestaticconstexpr |
Definition at line 57 of file wrapper.hpp.
|
inlinestaticconstexprnoexcept |
Definition at line 61 of file wrapper.hpp.