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