#include <armarx/view_selection/gaze_targets/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 297 of file magic_enum.hpp.
◆ operator()()
constexpr auto operator() |
( |
L |
lhs, |
|
|
R |
rhs |
|
) |
| const -> 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> |
|
inlineconstexprnoexcept |
The documentation for this class was generated from the following file: