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

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

Detailed Description

Binary formatter for utils::datetime::Date.

Definition at line 39 of file date.hpp.

+ Collaboration diagram for storages::postgres::io::BufferFormatter< Date >:

Public Member Functions

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

Public Attributes

const Date value
 

Constructor & Destructor Documentation

◆ BufferFormatter()

storages::postgres::io::BufferFormatter< Date >::BufferFormatter ( Date value)
inlineexplicit

Definition at line 42 of file date.hpp.

Member Function Documentation

◆ operator()()

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

Definition at line 45 of file date.hpp.

Member Data Documentation

◆ value

Definition at line 40 of file date.hpp.


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