LArSoft
v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
|
#include "larcorealg/CoreUtils/span.h"
#include "larcorealg/Geometry/details/geometry_iterators.h"
#include <type_traits>
Go to the source code of this file.
Classes | |
struct | geo::details::IteratorMaker< T, typename > |
struct | geo::details::IteratorMaker< T, std::enable_if_t< std::is_base_of_v< CryostatID, T > > > |
Namespaces | |
geo::details | |
Typedefs | |
template<typename T > | |
using | geo::details::begin_type = typename IteratorMaker< T >::begin_type |
template<typename T > | |
using | geo::details::end_type = typename IteratorMaker< T >::end_type |
template<typename T > | |
using | geo::details::range_type = typename IteratorMaker< T >::range_type |
Variables | |
template<typename BaseID , typename GeoID > | |
static constexpr bool | geo::details::is_base_of_strict |