open62541pp 0.15.0
C++ wrapper of open62541
|
#include <typewrapper.hpp>
Definition at line 113 of file typewrapper.hpp.
Public Types | |
using | type = decltype(check(std::declval<T&>())) |
Static Public Member Functions | |
template<typename U , TypeIndex typeIndex> | |
static std::true_type | check (const TypeWrapper< U, typeIndex > &) |
static std::false_type | check (...) |
Static Public Attributes | |
static constexpr bool | value = type::value |
using opcua::detail::IsTypeWrapper< T >::type = decltype(check(std::declval<T&>())) |
Definition at line 120 of file typewrapper.hpp.
|
static |
|
static |
|
staticconstexpr |
Definition at line 121 of file typewrapper.hpp.