userver: ydb::CustomMemberName Struct Reference
⚠️ This is the documentation for an old userver version. Click here to switch to the latest version.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
ydb::CustomMemberName Struct Referencefinal

#include <userver/ydb/io/structs.hpp>

Detailed Description

See also
ydb::CustomMemberNames

Definition at line 46 of file structs.hpp.

+ Collaboration diagram for ydb::CustomMemberName:

Public Attributes

std::string_view cpp_name
 
std::string_view ydb_name
 

Member Data Documentation

◆ cpp_name

std::string_view ydb::CustomMemberName::cpp_name

Definition at line 47 of file structs.hpp.

◆ ydb_name

std::string_view ydb::CustomMemberName::ydb_name

Definition at line 48 of file structs.hpp.


The documentation for this struct was generated from the following file: