Clio develop
The XRP Ledger API server.
Loading...
Searching...
No Matches
util::SomeNumberType Concept Reference

Specifies a number type. More...

#include <Concepts.hpp>

Concept definition

template<typename T>
concept util::SomeNumberType = std::is_arithmetic_v<T> && !std::is_same_v<T, bool> && !std::is_const_v<T>
Specifies a number type.
Definition Concepts.hpp:34

Detailed Description

Specifies a number type.