Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Namespaces | Functions
SkStringView.h File Reference
#include <cstring>
#include <string_view>

Go to the source code of this file.

Namespaces

namespace  skstd
 

Functions

constexpr bool skstd::starts_with (std::string_view str, std::string_view prefix)
 
constexpr bool skstd::starts_with (std::string_view str, std::string_view::value_type c)
 
constexpr bool skstd::ends_with (std::string_view str, std::string_view suffix)
 
constexpr bool skstd::ends_with (std::string_view str, std::string_view::value_type c)
 
constexpr bool skstd::contains (std::string_view str, std::string_view needle)
 
constexpr bool skstd::contains (std::string_view str, std::string_view::value_type c)