Template Struct name_sort_impl

Struct Documentation

template<typename E = void, typename Cmp = std::less<>, typename = void>
struct name_sort_impl

Public Functions

inline constexpr bool operator()(E e1, E e2) const noexcept