Loading...
Searching...
No Matches
Go to the documentation of this file.
8#include <userver/dump/fwd.hpp>
9#include <userver/utils/meta_light.hpp>
11USERVER_NAMESPACE_BEGIN
19 decltype(Write(std::declval<
Writer&>(), std::declval<
const T&>()));
22using ReadableResult =
decltype(Read(std::declval<
Reader&>(), To<T>{}));
42constexpr bool CheckDumpable() {
45 "Type is not dumpable. Probably you forgot to include "
46 "<userver/dump/common.hpp>, <userver/dump/common_containers.hpp> or "
47 "other headers with Read and Write declarations");