userver: ydb::PreparedArgsBuilder::PreparedArgsWithKey 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::PreparedArgsBuilder::PreparedArgsWithKey Struct Referencefinal

Detailed Description

Definition at line 65 of file builder.hpp.

+ Collaboration diagram for ydb::PreparedArgsBuilder::PreparedArgsWithKey:

Public Member Functions

template<typename T >
PreparedArgsBuilderoperator<< (T &&value) const
 

Public Attributes

PreparedArgsBuilderbuilder
 
const std::string & key
 

Member Function Documentation

◆ operator<<()

template<typename T >
PreparedArgsBuilder & ydb::PreparedArgsBuilder::PreparedArgsWithKey::operator<< ( T && value) const
inline

Definition at line 70 of file builder.hpp.

Member Data Documentation

◆ builder

PreparedArgsBuilder& ydb::PreparedArgsBuilder::PreparedArgsWithKey::builder

Definition at line 66 of file builder.hpp.

◆ key

const std::string& ydb::PreparedArgsBuilder::PreparedArgsWithKey::key

Definition at line 67 of file builder.hpp.


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