LArSoft
v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
|
Provides MappedContainer
class.
More...
#include "larcorealg/CoreUtils/ContainerMeta.h"
#include "larcorealg/CoreUtils/MetaUtils.h"
#include <algorithm>
#include <cstddef>
#include <iterator>
#include <limits>
#include <memory>
#include <stdexcept>
#include <string>
Go to the source code of this file.
Classes | |
struct | util::details::ContainerTraits< Cont > |
class | util::details::ContainerStorage< Cont, typename > |
struct | util::MappedContainerBase |
Non-template base class for MappedContainer . More... | |
class | util::MappedContainer< Cont, Mapping > |
A meta-container providing transparent mapping on top of another. More... | |
class | util::MappedContainer< Cont, Mapping >::IteratorBase< Container, Reference > |
struct | util::details::ContainerStorageBase< Cont > |
class | util::details::ContainerStorage< Cont, typename > |
class | util::details::ContainerStorage< Cont, std::enable_if_t< util::is_reference_wrapper_v< Cont > > > |
class | util::MappedContainer< Cont, Mapping >::IteratorBase< Container, Reference > |
struct | util::details::ContainerTraitsImpl< Cont > |
struct | util::details::ContainerTraitsImpl< T * > |
struct | util::details::ContainerTraits< Cont > |
Namespaces | |
util | |
Namespace for general, non-LArSoft-specific utilities. | |
util::details | |
Functions | |
template<typename Cont , typename Mapping > | |
auto | util::mapContainer (Cont cont, Mapping mapping) |
Returns a container-like object mapping the content of cont . More... | |
template<typename T > | |
T & | util::details::NullRef () |
template<typename Cont , typename Mapping , typename Container , typename Reference > | |
MappedContainer< Cont, Mapping >::template IteratorBase< Container, Reference > | util::operator+ (typename MappedContainer< Cont, Mapping >::template IteratorBase< Container, Reference >::difference_type n, typename MappedContainer< Cont, Mapping >::template IteratorBase< Container, Reference > const &it) |
Provides MappedContainer
class.
This is a header-only library.
Definition in file MappedContainer.h.