Definition at line 18 of file oneof_with_discriminator.hpp.
Public Types | |
using | KeyType = std::string |
Static Public Member Functions | |
static std::string_view | FieldToString (const KeyType &key) |
Public Attributes | |
std::string_view | property_name |
utils::TrivialSet< BuilderFunc > | mapping |
using chaotic::OneOfStringSettings< BuilderFunc >::KeyType = std::string |
Definition at line 19 of file oneof_with_discriminator.hpp.
|
inlinestatic |
Definition at line 24 of file oneof_with_discriminator.hpp.
utils::TrivialSet<BuilderFunc> chaotic::OneOfStringSettings< BuilderFunc >::mapping |
Definition at line 22 of file oneof_with_discriminator.hpp.
std::string_view chaotic::OneOfStringSettings< BuilderFunc >::property_name |
Definition at line 21 of file oneof_with_discriminator.hpp.