18 #ifndef itkSTLConstContainerAdaptor_h
19 #define itkSTLConstContainerAdaptor_h
45 template<
typename TContainer >
53 using TargetType =
const typename AdapteeType::STLContainerType;
STLConstContainerAdaptor(AdapteeType &adaptee)
STLConstContainerAdaptor(const STLConstContainerAdaptor &r)=delete
STLConstContainerAdaptor(AdapteeType *adaptee)
const typename AdapteeType::Element ElementType
An adapter object that casts a [const itk::XxxContainer] into [const std::xxx] and enables access to ...
const TContainer AdapteeType
const STLConstContainerAdaptor & operator=(const STLConstContainerAdaptor &r)=delete
const typename AdapteeType::STLContainerType TargetType
TargetType & GetSTLConstContainerRef()
AdapteeType & m_AdapteeRef