alpaka
Abstraction Library for Parallel Kernel Acceleration
Loading...
Searching...
No Matches
alpaka
concepts
HasStaticName
alpaka::concepts::HasStaticName Concept Reference
#include <
hasName.hpp
>
Concept definition
template
<
typename
T>
concept
HasStaticName
=
requires
(T t) {
{ internal::GetStaticName::Op<std::decay_t<T>>{}(t) } -> std::convertible_to<std::string>;
}
alpaka::concepts::HasStaticName
Definition
hasName.hpp:17
Detailed Description
Definition at line
17
of file
hasName.hpp
.
Generated on
for alpaka by
1.16.1