C++ named requirements: NumericType

From cppreference.com
< cpp‎ | named req
 
 
C++ named requirements
Basic
Type properties
Library-Wide
Container
Container Elements
(C++11)

Iterator
Stream I/O
Formatters
(C++20)
Random Numbers
(C++11)    
Concurrency
(C++11)
(C++11)
Ranges
Other
NumericType
(C++11)


 

Specifies that the type can be used as the template argument of std::valarray

Requirements

For a type T to be a NumericType, it must be a cv-unqualified object type that: