codex
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages Concepts
string.hpp File Reference
#include <cstring>
#include <string_view>
Include dependency graph for string.hpp:
This graph shows which files directly or indirectly include this file:

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)