eswitch-v5
Advanced counterpart for switch statement in C++
eswitch_v5::extension Namespace Reference

Classes

struct  any
 
struct  Any_from_impl
 
class  Range
 

Enumerations

enum  range { range::open, range::close }
 

Functions

template<typename ... Args>
 Any_from_impl (Args &&...) -> Any_from_impl< std::common_type_t< std::decay_t< Args >... >, sizeof...(Args) >