open62541pp 0.15.0
C++ wrapper of open62541
|
#include <string_view>
#include <type_traits>
#include "open62541pp/detail/string_utils.hpp"
#include "open62541pp/detail/types_handling.hpp"
#include "open62541pp/span.hpp"
#include "open62541pp/typeregistry.hpp"
#include "open62541pp/wrapper.hpp"
Go to the source code of this file.
Namespaces | |
namespace | opcua |
namespace | opcua::detail |
Functions | |
template<typename T , typename = std::enable_if_t<std::is_enum_v<T>>> | |
auto | opcua::detail::toNative (T value) noexcept |
auto | opcua::detail::toNative (std::string_view value) |
template<typename T , typename = std::enable_if_t<isWrapper<T>>> | |
auto | opcua::detail::toNative (T &&value) |
template<typename T > | |
auto * | opcua::detail::toNativeArray (Span< const T > array) |