libpqxx
The C++ client library for PostgreSQL
Loading...
Searching...
No Matches
pqxx::string_traits< float > Struct Reference
+ Inheritance diagram for pqxx::string_traits< float >:

Additional Inherited Members

- Static Public Member Functions inherited from pqxx::internal::float_traits< float >
static PQXX_LIBEXPORT float from_string (std::string_view text)
 
static PQXX_LIBEXPORT zview to_buf (char *begin, char *end, float const &value)
 Floating-point to_buf implemented in terms of to_string.
 
static PQXX_LIBEXPORT char * into_buf (char *begin, char *end, float const &value)
 
static constexpr std::size_t digits10 (std::size_t value) noexcept
 
static constexpr std::size_t size_buffer (float const &) noexcept
 
- Static Public Attributes inherited from pqxx::internal::float_traits< float >
static constexpr bool converts_to_string
 
static constexpr bool converts_from_string
 

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