E.V.E
v2023.02.15
Decorators

Detailed Description

Core semantic modifiers

Variables

constexpr compensated_type const eve::compensated = {}
 Higher-order Callable Object imbuing more more accuracy onto other Callable Objects. More...
 
constexpr cyl_type const eve::cyl = {}
 Higher-order Callable Object imbuing cylindrical semantic onto other Callable Objects. More...
 
constexpr almost_type const eve::almost = {}
 Higher-order Callable Object imbuing a tolerant to little errors semantic onto other Callable Objects. More...
 
constexpr definitely_type const eve::definitely = {}
 Higher-order Callable Object imbuing a tolerant to small errors semantic onto other Callable Objects. More...
 
constexpr tolerant_type const eve::tolerant = {}
 Higher-order Callable Object imbuing a less strict semantic onto other Callable Objects. More...
 
constexpr p_kind_type const eve::p_kind = {}
 Higher-order Callable Object imbuing p_kind behaviour onto other Callable Objects. More...
 
constexpr numeric_type const eve::numeric = {}
 Higher-order Callable Object imbuing non invalid return preference semantic onto other Callable Objects. More...
 
constexpr pedantic_type const eve::pedantic = {}
 Higher-order Callable Object imbuing more standard semantic onto other Callable Objects. More...
 
constexpr raw_type const eve::raw = {}
 Higher-order Callable Object imbuing quick and dirty behaviour onto other Callable Objects. More...
 
constexpr regular_type const eve::regular = {}
 Higher-order Callable Object having identity semantic onto other Callable Objects. More...
 
constexpr upward_type const eve::upward = {}
 Higher-order Callable Object imbuing upward rounding semantic onto other Callable Objects. More...
 
constexpr downward_type const eve::downward = {}
 Higher-order Callable Object imbuing rounding downard semantic onto other Callable Objects. More...
 
constexpr to_nearest_type const eve::to_nearest = {}
 Higher-order Callable Object imbuing rounding to nearest semantic onto other Callable Objects. More...
 
constexpr toward_zero_type const eve::toward_zero = {}
 Higher-order Callable Object imbuing rounding toward zero semantic onto other Callable Objects. More...
 
constexpr saturated_type const eve::saturated = {}
 Higher-order Callable Object imbuing saturation semantic onto other Callable Objects. More...
 
constexpr sph_type const eve::sph = {}
 Higher-order Callable Object imbuing spherical semantic onto other Callable Objects. More...
 
constexpr successor_type const eve::successor = {}
 Higher-order Callable Object imbuing incrementation behaviour onto other Callable Objects. More...