Ginkgo  Generated from pipelines/1330831941 branch based on master. Ginkgo version 1.8.0
A numerical linear algebra library targeting many-core architectures
gko::are_all_integral< Args > Struct Template Reference

Evaluates if all template arguments Args fulfill std::is_integral. More...

#include <ginkgo/core/base/types.hpp>

Inheritance diagram for gko::are_all_integral< Args >:
[legend]
Collaboration diagram for gko::are_all_integral< Args >:
[legend]

Detailed Description

template<typename... Args>
struct gko::are_all_integral< Args >

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.

Template Parameters
Args...Arguments to test for std::is_integral

The documentation for this struct was generated from the following file: