![]() |
The Gaudi Framework
v38r2 (5b3c9e4d)
|
helper structure to get container type More...
#include </builds/gaudi/Gaudi/GaudiKernel/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 |