alpaka
Abstraction Library for Parallel Kernel Acceleration
Loading...
Searching...
No Matches
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>;
}

Detailed Description

Definition at line 17 of file hasName.hpp.