Public Types | |
| using | ValueType = meta::RangeValueType<T> |
Static Public Member Functions | |
| static T | Parse (NYdb::TValueParser &parser, const ParseContext &context) |
| template<typename Builder, typename U = const T&> | |
| static void | Write (NYdb::TValueBuilderBase< Builder > &builder, U &&value) |
| static NYdb::TType | MakeType () |
| static T | Parse (NYdb::TValueParser &parser, const ParseContext &context) |
| template<typename Builder> | |
| static void | Write (NYdb::TValueBuilderBase< Builder > &builder, const T &value) |
| static NYdb::TType | MakeType () |
Static Public Attributes | |
| static constexpr auto | kFieldNames = impl::WithDeducedNames<T>(kStructMemberNames<T>) |
| static constexpr auto | kFieldNamesSet = utils::MakeTrivialSet<kFieldNames>() |
| static constexpr auto | kFieldsCount = kFieldNames.size() |
| using ydb::ValueTraits< T >::ValueType = meta::RangeValueType<T> |
|
inlinestatic |
|
inlinestatic |
Definition at line 212 of file structs.hpp.
|
inlinestatic |
|
inlinestatic |
Definition at line 158 of file structs.hpp.
|
inlinestatic |
Definition at line 203 of file structs.hpp.
|
inlinestatic |
|
staticconstexpr |
Definition at line 154 of file structs.hpp.
|
staticconstexpr |
Definition at line 155 of file structs.hpp.
|
staticconstexpr |
Definition at line 156 of file structs.hpp.