|
constexpr unsigned | fnvHash (std::string_view s) |
|
constexpr auto | create_simple_replacer () |
|
constexpr auto | create_simple_replacer (std::string_view from1, std::string_view to1) |
|
constexpr auto | create_simple_replacer (std::string_view from1, std::string_view to1, std::string_view from2, std::string_view to2) |
|
constexpr auto | create_simple_replacer (std::string_view from1, std::string_view to1, std::string_view from2, std::string_view to2, std::string_view from3, std::string_view to3) |
|
constexpr auto | create_simple_replacer (std::string_view from1, std::string_view to1, std::string_view from2, std::string_view to2, std::string_view from3, std::string_view to3, std::string_view from4, std::string_view to4) |
|
template<typename Tuple , size_t... Is> |
constexpr auto | create_pmh_replacer (const Tuple &tuple, std::index_sequence< Is... >) |
|