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

#include <userver/storages/postgres/io/ip.hpp>

Detailed Description

Binary formatter for utils::ip::InetNetwork.

Definition at line 275 of file ip.hpp.

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

Public Types

using BaseType = detail::IpBufferFormatterBase<InetNetwork>
 

Public Member Functions

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

Member Typedef Documentation

◆ BaseType

using storages::postgres::io::BufferFormatter< InetNetwork >::BaseType = detail::IpBufferFormatterBase<InetNetwork>

Definition at line 277 of file ip.hpp.

Member Function Documentation

◆ operator()()

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

Definition at line 281 of file ip.hpp.


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