|  | The Gaudi Framework
    v31r0 (aeb156f0)
    | 
helper structure to get container type More...
#include <GaudiKernel/Range.h>
| Public Types | |
| template<typename T > | |
| using | _has_container_t = typename T::Container | 
| using | Container = Gaudi::cpp17::detected_or_t< CONTAINER, _has_container_t, CONTAINER > | 
| using | Iterator = typename CONTAINER::const_iterator | 
helper structure to get container type
| using Gaudi::details::container< CONTAINER >::_has_container_t = typename T::Container | 
| using Gaudi::details::container< CONTAINER >::Container = Gaudi::cpp17::detected_or_t<CONTAINER, _has_container_t, CONTAINER> | 
| using Gaudi::details::container< CONTAINER >::Iterator = typename CONTAINER::const_iterator |