#include "msgpack_impl/concepts.hpp"
#include "msgpack_impl/name_value_pair_macro.hpp"
#include <msgpack/sbuffer_decl.hpp>
#include <string>
#include <string_view>
#include <type_traits>
Go to the source code of this file.
◆ MSGPACK_CAMEL_CASE_FIELDS
| #define MSGPACK_CAMEL_CASE_FIELDS |
( |
|
... | ) |
|
Value:
{ \
}
constexpr decltype(auto) unwrap_ref(T &t)
constexpr std::string camel_case(std::string_view name)
Definition at line 165 of file msgpack.hpp.
◆ SERIALIZATION_FIELDS
| #define SERIALIZATION_FIELDS |
( |
|
... | ) |
|