CETL 0.0.0
 
Loading...
Searching...
No Matches
string_view.hpp File Reference
#include <algorithm>
#include <cstddef>
#include <cstring>
#include <exception>
#include <ios>
#include <stdexcept>
#include <string>
Include dependency graph for string_view.hpp:
This graph shows which files directly or indirectly include this file:

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
 

Detailed Description

Defines the C++17 std::basic_string_view type and several related entities.