case_insensitive< Op > Class Template Reference

#include <armarx/view_selection/gaze_targets/magic_enum.hpp>

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 >
 

Detailed Description

template<typename Op = std::equal_to<>>
class magic_enum::detail::case_insensitive< Op >

Definition at line 297 of file magic_enum.hpp.

Member Function Documentation

◆ operator()()

constexpr auto operator() ( lhs,
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

Definition at line 304 of file magic_enum.hpp.


The documentation for this class was generated from the following file: