eswitch-v5
Advanced counterpart for switch statement in C++
Other-variables

Description

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...
 

Variable Documentation

◆ _

constexpr extension::any eswitch_v5::_
staticconstexpr

#include <eswitch_v5.hpp>

Used in Case to match for any input.

Definition at line 1019 of file eswitch_v5.hpp.

◆ fallthrough_

constexpr Fallthrough eswitch_v5::fallthrough_
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.