userver: storages::postgres::BitStringOverflow Class Reference
Loading...
Searching...
No Matches
storages::postgres::BitStringOverflow Class Reference

Value in PostgreSQL binary buffer cannot be represented by a given C++ type. More...

#include <userver/storages/postgres/exceptions.hpp>

+ Inheritance diagram for storages::postgres::BitStringOverflow:
+ Collaboration diagram for storages::postgres::BitStringOverflow:

Public Member Functions

 BitStringOverflow (std::size_t actual, std::size_t expected)
 

Detailed Description

Value in PostgreSQL binary buffer cannot be represented by a given C++ type.

Definition at line 910 of file exceptions.hpp.

Constructor & Destructor Documentation

◆ BitStringOverflow()

storages::postgres::BitStringOverflow::BitStringOverflow ( std::size_t  actual,
std::size_t  expected 
)
inline

Definition at line 912 of file exceptions.hpp.


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