MessagePack for C++
Loading...
Searching...
No Matches
msgpack::has_as< T > Struct Template Reference

#include <object_fwd.hpp>

Public Types

using type = decltype(check_<T>(MSGPACK_NULLPTR))
using type = decltype(check_<T>(MSGPACK_NULLPTR))
using type = decltype(check_<T>(MSGPACK_NULLPTR))

Static Public Attributes

static constexpr bool value = type::value

Member Typedef Documentation

◆ type [1/3]

template<typename T>
using msgpack::has_as< T >::type = decltype(check_<T>(MSGPACK_NULLPTR))

◆ type [2/3]

template<typename T>
using msgpack::has_as< T >::type = decltype(check_<T>(MSGPACK_NULLPTR))

◆ type [3/3]

template<typename T>
using msgpack::has_as< T >::type = decltype(check_<T>(MSGPACK_NULLPTR))

Member Data Documentation

◆ value

template<typename T>
constexpr bool msgpack::has_as< T >::value = type::value
staticconstexpr

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