YDB value serialization traits and helpers.
Definition in file traits.hpp.
Go to the source code of this file.
#include <ydb-cpp-sdk/client/params/fwd.h>#include <ydb-cpp-sdk/client/value/fwd.h>#include <string_view>#include <type_traits>
This graph shows which files directly or indirectly include this file:Classes | |
| struct | ydb::ParseContext |
| Used for error reporting in ydb::ValueTraits::Parse. More... | |
| struct | ydb::ValueTraits< T, Enable > |
Variables | |
| template<typename T> | |
| constexpr auto | ydb::Parse |
| A shorthand for calling ydb::ValueTraits<T>::Parse. | |
| constexpr auto | ydb::Write |
| A shorthand for calling ydb::ValueTraits<T>::Write. | |
|
inlineconstexpr |
A shorthand for calling ydb::ValueTraits<T>::Parse.
Definition at line 53 of file traits.hpp.
|
inlineconstexpr |
A shorthand for calling ydb::ValueTraits<T>::Write.
Definition at line 61 of file traits.hpp.