Namespaces
Variants
Views
Actions

C++ named requirements: NumericType

From cppreference.com
< cpp‎ | named req
Revision as of 07:19, 8 October 2023 by Andreas Krug (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
 
 
C++ named requirements
 

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

[edit] Requirements

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