Iros
 
Loading...
Searching...
No Matches
integer.h File Reference

Go to the source code of this file.

Classes

class  di::parser::detail::MatchIntegerPrefixParser< mode >
 
struct  di::parser::detail::IntegerFunction< T, mode >
 

Namespaces

namespace  di
 
namespace  di::parser
 
namespace  di::parser::detail
 

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...
 

Functions

template<concepts::Integer T>
constexpr auto di::parser::detail::tag_invoke (types::Tag< create_parser_in_place >, InPlaceType< T >)
 

Variables

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