18 #ifndef itkSTLContainerAdaptor_h
19 #define itkSTLContainerAdaptor_h
42 template<
typename TContainer >
50 using TargetType =
typename AdapteeType::STLContainerType;
TargetType & GetSTLContainerRef()
AdapteeType & m_AdapteeRef
const STLContainerAdaptor & operator=(const STLContainerAdaptor &r)=delete
STLContainerAdaptor(AdapteeType *adaptee)
typename AdapteeType::Element ElementType
STLContainerAdaptor(const STLContainerAdaptor &r)=delete
typename AdapteeType::STLContainerType TargetType
STLContainerAdaptor(AdapteeType &adaptee)
An adapter object that casts a itk::XxxContainer into std::xxx and enables access to the underlying d...