Inviwo
0.9.12-pre
Inviwo documentation
Loading...
Searching...
No Matches
inviwo::util::hasRAMrepresentation Concept Reference
Concept definition
template
<
typename
T,
typename
TRAMrep>
concept
inviwo::util::hasRAMrepresentation
=
requires
(T data) {
typename
T::repr;
requires
std::is_base_of_v<typename T::repr, TRAMrep>;
data.template getRepresentation<TRAMrep>();
}
inviwo::util::hasRAMrepresentation
Definition
combinechannels.h:52
inviwo
util
hasRAMrepresentation
Generated by
1.13.2