cppx-core
|
#include <cppx-core/collections/is_empty.hpp>
#include <cppx-core/language/syntax/type-assemblers.hpp>
#include <cppx-core/language/types/C_str_.hpp>
#include <string_view>
Go to the source code of this file.
Namespaces | |
cppx | |
Functions | |
cppx::CPPX_USE_STD (basic_string_view) | |
template<class Char > | |
auto | cppx::p_first_of (const basic_string_view< Char > &view) noexcept -> C_str_< Char > |
template<class Char > | |
auto | cppx::p_beyond_of (const basic_string_view< Char > &view) noexcept -> C_str_< Char > |
Variables | |
template<class Char > | |
constexpr Raw_array_of_< 1, const Char > | cppx::empty_c_string = {} |