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;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
using is_transparent = void;
|
||||||
|
|
||||||
template <typename A, typename B>
|
template <typename A, typename B>
|
||||||
requires (!std::is_same_v<A,B>)
|
requires (!std::is_same_v<A,B>)
|
||||||
bool operator() (A &&a, B &&b) const noexcept
|
bool operator() (A &&a, B &&b) const noexcept
|
||||||
|
Loading…
x
Reference in New Issue
Block a user