ChimeraTK-DeviceAccess 03.25.00
Loading...
Searching...
No Matches
ChimeraTK::accessor_abstractor Concept Reference

Concept requiring a type to be an NDRegisterAccessorAbstractor-derived type. More...

#include <NDRegisterAccessorAbstractor.h>

Concept definition

template<typename T>
concept ChimeraTK::accessor_abstractor = requires {
typename T::value_type;
requires std::is_base_of<NDRegisterAccessorAbstractor<typename T::value_type>, T>::value;
}
Concept requiring a type to be an NDRegisterAccessorAbstractor-derived type.
Concept requiring a type to be one of the supported ChimeraTK UserTypes.

Detailed Description

Concept requiring a type to be an NDRegisterAccessorAbstractor-derived type.

Definition at line 114 of file NDRegisterAccessorAbstractor.h.