di 0.1.0
Loading...
Searching...
No Matches
integer.h File Reference

Go to the source code of this file.

Namespaces

namespace  di
 
namespace  di::parser
 

Enumerations

enum class  di::parser::IntegerError { di::parser::Overflow , di::parser::Underflow }
 
enum class  di::parser::IntegerMode { di::parser::Improved , di::parser::CStandard }
 Mode to use when parsing an integer. More...
 

Variables

template<concepts::Integer T, IntegerMode mode = IntegerMode::Improved>
constexpr auto di::parser::integer = detail::IntegerFunction<T, mode> {}