|
hoshi-lang dev
Yet another programming language
|
#include <magic_enum.h>
Public Member Functions | |
| 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 > |
Static Private Member Functions | |
| static constexpr char_type | to_lower (char_type c) noexcept |
Definition at line 300 of file magic_enum.h.
|
inlineconstexprnoexcept |
Definition at line 307 of file magic_enum.h.
References case_insensitive< Op >::to_lower().

|
inlinestaticconstexprprivatenoexcept |
Definition at line 301 of file magic_enum.h.
Referenced by case_insensitive< Op >::operator()().
