LArSoft  v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
util::MappedContainerBase Struct Reference

Non-template base class for MappedContainer. More...

#include "MappedContainer.h"

Inheritance diagram for util::MappedContainerBase:
util::MappedContainer< phot::IPhotonLibrary::Functions_t, Mapping > util::MappedContainer< phot::IPhotonLibrary::T0s_t, Mapping > util::MappedContainer< Cont, Mapping > phot::OpDetVisibilityData< phot::IPhotonLibrary::Functions_t > phot::OpDetVisibilityData< phot::IPhotonLibrary::T0s_t > phot::OpDetVisibilityData< Cont, Mapping >

Static Public Member Functions

template<typename T = std::size_t>
static constexpr T invalidIndex ()
 

Detailed Description

Non-template base class for MappedContainer.

Definition at line 44 of file MappedContainer.h.

Member Function Documentation

template<typename T = std::size_t>
static constexpr T util::MappedContainerBase::invalidIndex ( )
inlinestatic

Definition at line 47 of file MappedContainer.h.

48  {
49  return std::numeric_limits<T>::max();
50  }

The documentation for this struct was generated from the following file: