mirror of
https://github.com/Neargye/magic_enum.git
synced 2026-01-09 23:34:23 +00:00
clean-up
This commit is contained in:
parent
6fca52c1e7
commit
099abc330a
1 changed files with 1 additions and 1 deletions
|
|
@ -927,7 +927,7 @@ template <auto* GlobValues,
|
|||
typename BinaryPredicate = std::equal_to<>,
|
||||
typename Lambda,
|
||||
typename ResultGetterType>
|
||||
constexpr std::invoke_result_t<ResultGetterType> constexpr_switch(
|
||||
constexpr decltype(auto) constexpr_switch(
|
||||
Lambda&& lambda,
|
||||
typename std::decay_t<decltype(*GlobValues)>::value_type searched,
|
||||
ResultGetterType&& def,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue