alpaka
Abstraction Library for Parallel Kernel Acceleration
Loading...
Searching...
No Matches
alpaka
concepts
IDataSource
alpaka::concepts::IDataSource Concept Reference
#include <
IDataSource.hpp
>
Concept definition
template
<
typename
T,
typename
T_ValueType = alpaka::NotRequired>
concept
IDataSource
=
requires
{
requires
impl::IDataSource<std::remove_reference_t<T>
>;
requires
ExpectedValueType<trait::GetValueType_t<std::decay_t<T>
>, T_ValueType>;
}
alpaka::concepts::ExpectedValueType
Check whether the specified data type matches the expected type, or if the expected type is alpaka::N...
Definition
ExpectedValueType.hpp:17
alpaka::concepts::IDataSource
Definition
IDataSource.hpp:88
alpaka::concepts::impl::IDataSource
Interface concept for objects describing a multidimensional data source.
Definition
IDataSource.hpp:43
Detailed Description
Definition at line
88
of file
IDataSource.hpp
.
Generated on
for alpaka by
1.16.1