LArSoft
v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
|
Utilities to manipulate range for loops. More...
#include <boost/iterator/filter_iterator.hpp>
Go to the source code of this file.
Classes | |
class | util::details::FilterRangeForStruct< Range, Pred > |
Namespaces | |
util | |
Namespace for general, non-LArSoft-specific utilities. | |
util::details | |
Functions | |
template<typename Range , typename Pred > | |
auto | util::filterRangeFor (Range &&range, Pred &&pred) -> decltype(auto) |
Provides iteration only through elements passing a condition. More... | |
Utilities to manipulate range for loops.
This is a header-only library.
Definition in file filterRangeFor.h.