Template Struct FullCmp< C, std::enable_if_t< !std::is_invocable_v< C, string_view, string_view >, &&std::is_invocable_v< C, char_type, char_type > > >

Struct Documentation

template<>
template<typename C>
struct FullCmp<C, std::enable_if_t<!std::is_invocable_v<C, string_view, string_view> && std::is_invocable_v<C, char_type, char_type>>>

Public Functions

inline constexpr bool operator()(string_view s1, string_view s2) const noexcept