MessagePack for C++
Public Types | Static Public Attributes | List of all members
msgpack::has_as< T > Struct Template Reference

#include <object_fwd.hpp>

Public Types

using type = decltype(check< T >(nullptr))
 

Static Public Attributes

static constexpr bool value = type::value
 

Member Typedef Documentation

◆ type

template<typename T >
using msgpack::has_as< T >::type = decltype(check<T>(nullptr))

Member Data Documentation

◆ value

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

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