Struct IndexSpace::KeyCompare¶
Defined in File space.hpp
Nested Relationships¶
This struct is a nested type of Class IndexSpace.
Struct Documentation¶
-
struct KeyCompare
Public Types
-
using is_transparent = void
Public Functions
-
inline bool operator()(const IndexSpace &a, const IndexSpace &b) const
-
inline bool operator()(const std::wstring &a, const IndexSpace &b) const
-
inline bool operator()(const std::wstring_view &a, const IndexSpace &b) const
-
inline bool operator()(const IndexSpace &a, const std::wstring &b) const
-
inline bool operator()(const IndexSpace &a, const std::wstring_view &b) const
-
inline bool operator()(const std::wstring &a, const std::wstring &b) const
-
inline bool operator()(const std::wstring &a, const std::wstring_view &b) const
-
inline bool operator()(const std::wstring_view &a, const std::wstring &b) const
-
using is_transparent = void