libpqxx
pqxx::string_traits< char * > Struct Template Reference

String traits for non-const C-style string ("pointer to char") More...

#include <strconv.hxx>

Static Public Member Functions

static constexpr const char * name () noexcept
 
static constexpr bool has_null () noexcept
 
static bool is_null (const char *t)
 
static const char * null ()
 
static std::string to_string (char *Obj)
 

Detailed Description

template<>
struct pqxx::string_traits< char * >

String traits for non-const C-style string ("pointer to char")

Member Function Documentation

◆ has_null()

static constexpr bool pqxx::string_traits< char * >::has_null ( )
staticnoexcept

◆ is_null()

static bool pqxx::string_traits< char * >::is_null ( const char *  t)
static

◆ name()

static constexpr const char* pqxx::string_traits< char * >::name ( )
staticnoexcept

◆ null()

static const char* pqxx::string_traits< char * >::null ( )
static

◆ to_string()

static std::string pqxx::string_traits< char * >::to_string ( char *  Obj)
static

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