mimic++ v1
Loading...
Searching...
No Matches
mimicpp::matches::str Namespace Reference

Functions

template<typename Char , typename Traits , typename Allocator >
constexpr auto eq (std::basic_string< Char, Traits, Allocator > expected)
 Tests, whether the target string compares equal to the expected string.
 
template<typename Char >
constexpr auto eq (const Char *expected)
 Tests, whether the target string compares equal to the expected string.