C++ Essence Library 0.1.0
A Utility Library for Modern C++ Programming
|
Removes a substring from a literal string. More...
#include <literal_string_util.hpp>
Static Public Attributes | |
static constexpr auto | groups = split_v<S, Removal> |
static constexpr auto | value |
Removes a substring from a literal string.
S | The literal string. |
Removal | The substring. |
|
staticconstexpr |