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

#include <dpnp_fptr.hpp>

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

Detailed Description

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

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

Definition at line 77 of file dpnp_fptr.hpp.


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