MOS Source Code
Loading...
Searching...
No Matches
string_view.hpp File Reference
#include <algorithm>
#include <cstddef>
+ Include dependency graph for string_view.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  basic_string_view< CharT >
 

Namespaces

namespace  mos
 
namespace  mos::string_literals
 

Typedefs

typedef basic_string_view< char > string_view
 

Functions

template<typename CharT>
constexpr auto generic_strlen (const CharT *c)
 
template<typename CharT>
constexpr auto generic_strnlen (const CharT *c, size_t max)
 
template<typename CharT>
constexpr auto generic_strncmp (const CharT *a, const CharT *b, size_t n)
 
constexpr string_view operator""_sv (const char *str, size_t len)