mirror of
https://github.com/bolero-MURAKAMI/Sprout
synced 2025-08-03 12:49:50 +00:00
sprout/weed/parser/numeric/int.hpp 追加
This commit is contained in:
parent
ad94c0b247
commit
005f8a9a87
5 changed files with 329 additions and 23 deletions
|
@ -9,9 +9,9 @@
|
|||
namespace sprout {
|
||||
namespace weed {
|
||||
//
|
||||
// uint
|
||||
// uint_
|
||||
//
|
||||
SPROUT_STATIC_CONSTEXPR auto uint = sprout::weed::uint_p<std::uintmax_t, 10, -1>();
|
||||
SPROUT_STATIC_CONSTEXPR auto uint_ = sprout::weed::uint_p<std::uintmax_t, 10, 1, -1>();
|
||||
|
||||
//
|
||||
// uint8
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue