The Gaudi Framework
v30r3 (a5ef0a68)
|
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 |