#include <algorithm>
#include <cstddef>
#include <cstring>
#include <exception>
#include <ios>
#include <stdexcept>
#include <string>
Classes | |
class | cetl::pf17::basic_string_view< CharT, Traits > |
Namespaces | |
namespace | cetl |
namespace | cetl::pf17 |
Typedefs | |
using | cetl::pf17::string_view = basic_string_view<char> |
Functions | |
template<typename CharT> | |
void | cetl::pf17::swap (basic_string_view< CharT > &lhs, basic_string_view< CharT > &rhs) noexcept |
Defines the C++17 std::basic_string_view type and several related entities.