#include <magic_enum.hpp>
|
template<typename L , typename R > |
constexpr auto | operator() (L lhs, R rhs) const noexcept -> std::enable_if_t< std::is_same_v< std::decay_t< L >, char_type > &&std::is_same_v< std::decay_t< R >, char_type >, bool > |
|
template<typename Op = std::equal_to<>>
class magic_enum::detail::case_insensitive< Op >
Definition at line 296 of file magic_enum.hpp.
◆ operator()()
template<typename Op = std::equal_to<>>
template<typename L , typename R >
◆ to_lower()
template<typename Op = std::equal_to<>>
|
inlinestaticconstexprprivatenoexcept |
The documentation for this class was generated from the following file: