libpqxx 4.0
|
String traits for "array of const char.". More...
#include <strconv.hxx>
Static Public Member Functions | |
static const char * | name () |
static bool | has_null () |
static bool | is_null (const char t[]) |
static const char * | null () |
static std::string | to_string (const char Obj[]) |
String traits for "array of const char.".
Visual Studio 2010 isn't happy without this redundant specialization. Other compilers shouldn't need it.
static bool pqxx::string_traits< const char[N]>::has_null | ( | ) | [static] |
static bool pqxx::string_traits< const char[N]>::is_null | ( | const char | t[] | ) | [static] |
static const char* pqxx::string_traits< const char[N]>::name | ( | ) | [static] |
static const char* pqxx::string_traits< const char[N]>::null | ( | ) | [static] |
static std::string pqxx::string_traits< const char[N]>::to_string | ( | const char | Obj[] | ) | [static] |