11 #ifndef MSGPACK_V3_OBJECT_FWD_HPP
12 #define MSGPACK_V3_OBJECT_FWD_HPP
23 #if !defined(MSGPACK_USE_CPP03)
30 struct as<T, typename std::enable_if<v2::has_as<T>::value>::type> : v2::adaptor::as<T> {
39 static auto check(U*) ->
40 typename std::enable_if<
54 template <
typename...>
55 static std::false_type check(...);
58 static constexpr
bool value = type::value;
Definition: adaptor_base.hpp:15
Definition: object_fwd_decl.hpp:61
Definition: object_fwd.hpp:53
static constexpr bool value
Definition: object_fwd.hpp:66
decltype(check< T >(MSGPACK_NULLPTR)) type
Definition: object_fwd.hpp:65
#define MSGPACK_NULLPTR
Definition: cpp_config_decl.hpp:85
#define MSGPACK_API_VERSION_NAMESPACE(ns)
Definition: versioning.hpp:66