Ginkgo
Generated from pipelines/1330831941 branch based on master. Ginkgo version 1.8.0
A numerical linear algebra library targeting many-core architectures
|
Evaluates if all template arguments Args fulfill std::is_integral. More...
#include <ginkgo/core/base/types.hpp>
Evaluates if all template arguments Args fulfill std::is_integral.
If that is the case, this class inherits from std::true_type
, otherwise, it inherits from std::false_type
. If no values are passed in, std::true_type
is inherited from.
Args... | Arguments to test for std::is_integral |