CNL  2.0.2 (development)
Compositional Numeric Library
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 123]
 NcnlCompositional numeric library
 NnumbersCompositional numeric library, numbers header/namespace
 CsignednessTrait with predicate determining that T is a signed number type
 CconstantType whose value is also its non-type template parameter
 CconvertConverts a value from one type to another
 Ccustom_operatorCustomization point for operator overloads
 Ccustom_operator< _impl::convert_op, op_value< Input, _impl::native_tag >, op_value< scaled_integer< ResultRep, power< ResultExponent, ResultRadix > >, neg_inf_rounding_tag > >Cnl::neg_inf_rounding_tag
 Ccustom_operator< _impl::convert_op, op_value< Input, _impl::native_tag >, op_value< scaled_integer< ResultRep, power< ResultExponent, ResultRadix > >, tie_to_pos_inf_rounding_tag > >Cnl::tie_to_pos_inf_rounding_tag
 Ccustom_operator< _impl::convert_op, op_value< Input, nearest_rounding_tag >, op_value< Result, power< 0, Radix > > >Cnl::nearest_rounding_tag
 CfractionNumeric type represented as the fraction, numerator / denominator
 Cfrom_repGeneric function object that returns the number encapsulating a given value
 Cfrom_rep< Number, Rep >Specialization of from_rep for integer types
 Cfrom_rep< scaled_integer< ArchetypeRep, power< Exponent, Radix > >, Rep >scaled_integer specialization of from_rep
 Cnative_overflow_tagTag to match the overflow behavior of fundamental arithmetic types
 Cnative_rounding_tagTag to match the rounding behavior of fundamental arithmetic types
 Cnearest_rounding_tagTag to specify round-to-nearest behavior in arithemtic operations
 Cneg_inf_rounding_tagTag to specify floor or round towards minus infinity rounding behavior in arithmetic operations
 Cop_valueOperand or result of operation;used as Operands parameter of custom_operator
 CpowerTag representing the scaling of an integer by a fixed factor
 Crep_ofMeta-function object that returns the Rep type of a component
 CroundingGiven a numeric type, defines member type as its rounding mode
 Csaturated_overflow_tagTag to match the overflow behavior of fundamental arithmetic types
 Cset_digitsConvert a type to a similar type with the given number of digits
 Cset_repMeta-function object that transforms a component from one Rep type to another
 Cset_rep< elastic_integer< Digits, Narrowest >, Rep >elastic_integer specialization of set_rep
 Cset_roundingGiven a numeric type, defines member type as the equivalent type with the given rounding mode User-specializations of this type are permitted
 Cset_tagMeta-function object that transforms a component from one Tag type to another
 Cset_tag< elastic_integer< Digits, Narrowest >, elastic_tag< NewDigits, NewNarrowest > >elastic_integer specialization of set_tag
 Ctag_ofMeta-function object that returns the Tag type of a component
 Ctie_to_pos_inf_rounding_tagTag to specify tie to positive inf rounding behavior in arithmetic operations
 Cto_repReturns the value encapsulated in number
 Ctrapping_overflow_tagTag to specify trap-on-overflow behavior in arithemtic operations
 Cundefined_overflow_tagTag to specify undefined-behavior-on-overflow behavior in arithemtic operations