Case-insensitive less-than comparison. Suitable for use as comparator in std::map, std::set etc.
More...
#include <inviwo/core/util/utfutils.h>
|
|
using | is_transparent = int |
|
|
constexpr bool | operator() (std::string_view a, std::string_view b) const |
|
constexpr bool | operator() (std::string_view a, std::wstring_view b) const |
|
constexpr bool | operator() (std::wstring_view a, std::string_view b) const |
|
constexpr bool | operator() (std::wstring_view a, std::wstring_view b) const |
Case-insensitive less-than comparison. Suitable for use as comparator in std::map, std::set etc.
The documentation for this struct was generated from the following file:
- include/inviwo/core/util/utfutils.h