Flutter Engine
The Flutter Engine
|
#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) |