cortexlib
v0.2.0
|
Wildcard Empty Placeholder. More...
#include <match.hxx>
Public Member Functions | |
template<typename T > | |
constexpr | match_any ([[maybe_unused]] T &&t) noexcept |
constexpr | match_any (const match_any &) noexcept=delete |
constexpr | match_any (match_any &&) noexcept=delete |
constexpr auto | operator= (const match_any &) noexcept -> match_any &=delete |
constexpr auto | operator= (match_any &&) noexcept -> match_any &=delete |
constexpr | ~match_any () noexcept=delete |
Wildcard Empty Placeholder.
Names a placeholder type that can match to anything in a match expression. The value is un-retrievable from bottom
, use auto&& <var-name>
to have a retrievable value.
|
inlineexplicitconstexprnoexcept |
|
explicitconstexprdeletenoexcept |
|
explicitconstexprdeletenoexcept |
|
constexprdeletenoexcept |
|
constexprdeletenoexcept |
|
constexprdeletenoexcept |