string: add is_transparent
to transforming less
comparator
This commit is contained in:
parent
642d9b95c6
commit
0912f68844
@ -350,6 +350,8 @@ namespace cruft::string {
|
||||
return false;
|
||||
}
|
||||
|
||||
using is_transparent = void;
|
||||
|
||||
template <typename A, typename B>
|
||||
requires (!std::is_same_v<A,B>)
|
||||
bool operator() (A &&a, B &&b) const noexcept
|
||||
|
Loading…
Reference in New Issue
Block a user