NumericType
C++ concepts: NumericType
Specifies that the type can be used as the template argument of std::valarray
.
Requirements
for a type T
to be an NumericType
:
T
cannot be a reference
© cppreference.com
Licensed under the Creative Commons Attribution-ShareAlike Unported License v3.0.