CNL  2.0.2 (development)
Compositional Numeric Library
static_integer.h File Reference

file containing definitions related to cnl::static_integer More...

#include "_impl/overflow/is_overflow_tag.h"
#include "_impl/rounding/is_rounding_tag.h"
#include "_impl/static_integer.h"

Go to the source code of this file.

Namespaces

 cnl
 compositional numeric library
 

Typedefs

template<int Digits = digits_v<int>, rounding_tag RoundingTag = nearest_rounding_tag, overflow_tag OverflowTag = undefined_overflow_tag, class Narrowest = int>
using cnl::static_integer = _impl::static_integer< Digits, RoundingTag, OverflowTag, Narrowest >
 a general-purpose integer type More...
 

Detailed Description

file containing definitions related to cnl::static_integer