#include <magic_enum.hpp>
|
template<typename L , typename R > |
constexpr auto | operator() ([[maybe_unused]] L lhs, [[maybe_unused]] R rhs) const noexcept -> std::enable_if_t< std::is_same_v< std::decay_t< L >, char > &&std::is_same_v< std::decay_t< R >, char >, bool > |
|
◆ operator()()
template<typename L , typename R >
constexpr auto magic_enum::detail::case_insensitive::operator() |
( |
[[maybe_unused] ] L |
lhs, |
|
|
[[maybe_unused] ] R |
rhs |
|
) |
| const -> std::enable_if_t<std::is_same_v<std::decay_t<L>, char> && std::is_same_v<std::decay_t<R>, char>, bool> |
|
inlineconstexprnoexcept |
The documentation for this class was generated from the following file: