Go to the documentation of this file.
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...>
58 static constexpr
bool value = type::value;
61 #endif // !defined(MSGPACK_USE_CPP03)
70 #endif // MSGPACK_V3_OBJECT_FWD_HPP
Definition: object_fwd.hpp:53
Definition: adaptor_base.hpp:15
Definition: cpp_config_decl.hpp:56
static constexpr bool value
Definition: object_fwd.hpp:66
#define MSGPACK_API_VERSION_NAMESPACE(ns)
Definition: versioning.hpp:58
Definition: object_fwd_decl.hpp:62
#define MSGPACK_NULLPTR
Definition: cpp_config_decl.hpp:35
integral_constant< bool, false > false_type
Definition: cpp_config_decl.hpp:62
integral_constant< bool, true > true_type
Definition: cpp_config_decl.hpp:59
decltype(check< T >(MSGPACK_NULLPTR)) type
Definition: object_fwd.hpp:65