9#ifndef HEADER_SQLITEPP_STRING_PARAM_IFACE_INCLUDED 
   10#define HEADER_SQLITEPP_STRING_PARAM_IFACE_INCLUDED 
   50        const T * 
c_str() const noexcept
 
 
 
   59#if __cpp_char8_t >= 201811 
A reference to a null terminated string.
Definition string_param.hpp:37
 
const T * c_str() const noexcept
Returns the stored pointer.
Definition string_param.hpp:50
 
basic_string_param(const std::basic_string< T > &str) noexcept
Construct an instance from std::basic_string<T>::c_str()
Definition string_param.hpp:43
 
basic_string_param(std::nullptr_t) noexcept
Construct an instance from a nullptr.
Definition string_param.hpp:46
 
basic_string_param(const T *str) noexcept
Construct an instance from a raw pointer.
Definition string_param.hpp:40
 
ThinSQLite++ namespace.
Definition backup_iface.hpp:17