On this page
C++ named requirements: 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:
- Meets the DefaultConstructible, CopyConstructible, CopyAssignable and Destructible requirements.
- No operation on
Tmay throw exceptions.
© cppreference.com
Licensed under the Creative Commons Attribution-ShareAlike Unported License v3.0.
https://en.cppreference.com/w/cpp/named_req/NumericType