X Tutup
The Wayback Machine - https://web.archive.org/web/20251011165217/http://ja.cppreference.com/w/cpp/named_req/NumericType
Namespaces
Variants
Actions

C++ named requirements: NumericType

From cppreference.com
< cpp‎ | named req
 
 
C++ named requirements
 

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

[edit] Requirements

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

X Tutup