DPNP C++ backend kernel library 0.18.0dev0
Data Parallel Extension for NumPy*
Loading...
Searching...
No Matches
are_same< T, Ts > Struct Template Reference

#include <dpnp_fptr.hpp>

Inheritance diagram for are_same< T, Ts >:
Collaboration diagram for are_same< T, Ts >:

Detailed Description

template<typename T, typename... Ts>
struct are_same< T, Ts >

Implements std::is_same<> with variadic number of types to compare with and when type T has to match every type from Ts sequence.

Definition at line 86 of file dpnp_fptr.hpp.


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