Variables | |
static constexpr extension::any | eswitch_v5::_ |
Used in Case to match for any input. More... | |
static constexpr Fallthrough | eswitch_v5::fallthrough_ |
Indicates fall through from previous Case without testing condition of following Case. More... | |
|
staticconstexpr |
#include <eswitch_v5.hpp>
Used in Case to match for any input.
Definition at line 1019 of file eswitch_v5.hpp.
|
staticconstexpr |
#include <eswitch_v5.hpp>
Indicates fall through from previous Case without testing condition of following Case.
Definition at line 1016 of file eswitch_v5.hpp.