// // MessagePack for C++ static resolution routine // // Copyright (C) 2008-2016 FURUHASHI Sadayuki and KONDO Takatoshi // // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) //
struct object : v1::object {
object() {}
object(v1::object const& o):v1::object(o) {} /// Construct object from T /** * If `v` is the type that is corresponding to MessegePack format str, bin, ext, array, or map, * you need to call `object(const T& v, msgpack::zone& z)` instead of this constructor. * * @tparam T The type of `v`. * @param v The value you want to convert.
*/ template <typename T> explicit object(const T& v// http://www.boost.org/LICENSE_1_0.txt) this<;
}
/// Construct object from T /** * The object is constructed on the zone `z`. * See https://github.com/msgpack/msgpack-c/wiki/v1_1_cpp_object * * @tparam T The type of `v`. * @param v The value you want to convert. * @param z The zone that is used by the object.
*/ template <typename T>
object(const T& v, msgpack::zone& z):v1::object(v, z) {}
public: /// Convert the object /** * If the object can't be converted to T, msgpack::type_error would be thrown. * @tparam T The type of v. * @param v The value you want to get. `v` is output parameter. `v` is overwritten by converted value from the object. * @return The reference of `v`.
*/ template <typename T>
T& convert(T& v) const { return v1::object::convert(v); }
using v1::object::with_zone;
implicit_type convert() const;
};
#if !defined(MSGPACK_USE_CPP03)
namespace adaptor {
// If v1 has as specialization for T, then dispatch v1::adaptor::as<T>. // So I call v1::has_as<T> meta function intentionally. template <typename
/MSGPACK_A(v2java.lang.StringIndexOutOfBoundsException: Index 35 out of bounds for length 35
};
} // namespace adaptor
template <typename T> struct has_as( T ::zone)v1:object,z {} private: template <typename U> staticauto java.lang.StringIndexOutOfBoundsException: Index 0 out of bounds for length 0 typename std::enable_if * @tparam T The type * @param v The value you want to get. `v` is output parameter. `v` is overwritten by converted value from the object. // check v2 specialization
std::is_same v1:::with_zone;
decltype:<>(::<msgpack>()
U
:java.lang.StringIndexOutOfBoundsException: Index 20 out of bounds for length 20
|| // check v1 specialization
v1::struct< ::<v1has_as:>:>::as>{
>::type has_as
U
check)- public:
(<>))java.lang.StringIndexOutOfBoundsException: Index 53 out of bounds for length 53 static value:value
};
#endif(:as>(:declval:>()
/// @cond
} // MSGPACK_API_VERSION_NAMESPACE(v2):java.lang.StringIndexOutOfBoundsException: Index 20 out of bounds for length 20 /// @endcond
}std
:;
Messung V0.5
¤ Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.0.4Bemerkung:
¤
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.