LArSoft
v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
|
Definition of util::get_elements()
and util::get_const_elements()
.
More...
#include "larcorealg/CoreUtils/StdUtils.h"
#include "larcorealg/CoreUtils/span.h"
#include <cstddef>
#include <type_traits>
#include <utility>
Go to the source code of this file.
Classes | |
struct | util::details::get_elements_impl< Coll, First, Others > |
Namespaces | |
util | |
Namespace for general, non-LArSoft-specific utilities. | |
util::details | |
Functions | |
Transformed iterations | |
template<std::size_t... Indices, typename Coll > | |
decltype(auto) | util::get_elements (Coll &&coll) |
Range-for loop helper iterating across some of the element of each value in the specified collection. More... | |
template<std::size_t... Indices, typename Coll > | |
decltype(auto) | util::get_const_elements (Coll &&coll) |
Range-for loop helper iterating across the constant values of the specified collection. More... | |
Definition of util::get_elements()
and util::get_const_elements()
.
This is a header-only library.
Definition in file get_elements.h.