cppx-core
|
#include <cppx-core/language/syntax/macro-use.hpp>
#include <cppx-core/language/syntax/type-assemblers.hpp>
#include <cppx-core/language/types/signed-size-types.hpp>
#include <cppx-core/collections/dynamic-size-checking.hpp>
#include <cppx-core/language/types/Truth.hpp>
#include <string>
#include <string_view>
Go to the source code of this file.
Classes | |
class | cppx::String_value_view_< Char > |
Namespaces | |
cppx | |
Typedefs | |
using | cppx::String_value_view = String_value_view_< char > |
using | cppx::WString_value_view = String_value_view_< wchar_t > |
Functions | |
cppx::CPPX_USE_STD (basic_string, basic_string_view) | |
template<class Char > | |
auto | cppx::is_empty (const String_value_view_< Char > &svv) -> Truth |