|
codex
|
#include <cstring>#include <string_view>

Go to the source code of this file.
Namespaces | |
| namespace | codex |
Functions | |
| std::string_view | codex::remove_prefix_tern (std::string_view s, std::string_view p) |
| std::string_view | codex::remove_prefix_mul (std::string_view s, std::string_view p) |
| std::string_view | codex::remove_prefix_c (std::string_view s, std::string_view p) |
| std::string_view | codex::remove_prefix_c_strncmp (std::string_view s, std::string_view p) |