22 #ifndef RAJA_concepts_HPP
23 #define RAJA_concepts_HPP
26 #include <type_traits>
28 #include "camp/concepts.hpp"
35 using namespace camp::concepts;
37 template<
typename From,
typename To>
39 : DefineConcept(::RAJA::concepts::convertible_to<To>(camp::val<From>())) {};
45 using namespace camp::type_traits;
DefineTypeTraitFromConcept(convertible_to, concepts::ConvertibleTo)
Definition: AlignedRangeIndexSetBuilders.cpp:35
Definition: concepts.hpp:39