C++ named requirements: NumericType

From cppreference.com
< cpp‎ | named req
 
 
C++ named requirements
Basic
Type properties
Library-Wide
Container
Container Elements
Iterator
Stream I/O
Formatting
(C++20)
Random Numbers
Concurrency
(C++11)
(C++11)
Other
NumericType
 

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: