userver: formats::bson::JsonString Class 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
formats::bson::JsonString Class Reference

Detailed Description

Definition at line 79 of file serialize.hpp.

Public Member Functions

 operator std::string () const
 Implicitly convertible to string.
 
std::string ToString () const
 Returns a copy of the string.
 
std::string_view GetView () const
 Returns a view of the string.
 
const char * Data () const
 
size_t Size () const
 

Member Function Documentation

◆ operator std::string()

formats::bson::JsonString::operator std::string ( ) const
inline

Implicitly convertible to string.

Definition at line 87 of file serialize.hpp.


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