alpaka
Abstraction Library for Parallel Kernel Acceleration
Loading...
Searching...
No Matches
alpaka::concepts::IDataSource Concept Reference

#include <IDataSource.hpp>

Concept definition

template<typename T, typename T_ValueType = alpaka::NotRequired>
concept IDataSource = requires {
}
Check whether the specified data type matches the expected type, or if the expected type is alpaka::N...
Interface concept for objects describing a multidimensional data source.

Detailed Description

Definition at line 88 of file IDataSource.hpp.