Classes | |
struct | eswitch_v5::regexter |
Functions | |
static auto | eswitch_v5::operator== (const std::string &tuple_entry, const regexter &value) |
CaseModule to support for matching and withdrawing of values for and from regular expression. More... | |
template<typename TupleEntry , typename UnderlyingType > | |
static constexpr auto | eswitch_v5::operator== (TupleEntry &&tuple_entry, const is< UnderlyingType > &) noexcept |
CaseModule to support for matching for various polymorphic types. More... | |
|
static |
#include <eswitch_v5.hpp>
CaseModule to support for matching and withdrawing of values for and from regular expression.
Definition at line 413 of file eswitch_v5.hpp.
|
staticconstexprnoexcept |
#include <eswitch_v5.hpp>
CaseModule to support for matching for various polymorphic types.
CaseModule to support for matching and withdrawing of values from std::any.
Definition at line 432 of file eswitch_v5.hpp.