30 #ifndef STRING_POINTER_HXX 31 #define STRING_POINTER_HXX 36 template<
typename T=
char>
60 return value ==
nullptr;
Simple OO wrapper for a const string pointer.
static constexpr value_type SENTINEL
const T * const_pointer_type
constexpr const_pointer_type c_str() const
const T & const_reference_type
constexpr StringPointer(const_pointer_type _value)
constexpr bool IsNull() const
Check if this is a "nulled" instance.