userver: storages::postgres::io::BufferFormatter< std::string_view > Struct Reference
Loading...
Searching...
No Matches
storages::postgres::io::BufferFormatter< std::string_view > Struct Reference

Detailed Description

Definition at line 90 of file string_types.hpp.

+ Inheritance diagram for storages::postgres::io::BufferFormatter< std::string_view >:
+ Collaboration diagram for storages::postgres::io::BufferFormatter< std::string_view >:

Public Types

using BaseType = detail::BufferFormatterBase<std::string_view>
 
using CharFormatter = BufferFormatter<const char*>
 

Public Member Functions

template<typename Buffer >
void operator() (const UserTypes &, Buffer &buffer) const
 

Member Typedef Documentation

◆ BaseType

using storages::postgres::io::BufferFormatter< std::string_view >::BaseType = detail::BufferFormatterBase<std::string_view>

Definition at line 92 of file string_types.hpp.

◆ CharFormatter

using storages::postgres::io::BufferFormatter< std::string_view >::CharFormatter = BufferFormatter<const char*>

Definition at line 93 of file string_types.hpp.

Member Function Documentation

◆ operator()()

template<typename Buffer >
void storages::postgres::io::BufferFormatter< std::string_view >::operator() ( const UserTypes & ,
Buffer & buffer ) const
inline

Definition at line 98 of file string_types.hpp.


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