LArSoft
v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
|
Functions | |
template<typename T > | |
bool | operator!= (infinite_endcount_iterator< T > const &, count_iterator< T > const &) |
Never admit a infinite_endcount_iterator to be equal to anything else. More... | |
template<typename T > | |
bool | operator!= (count_iterator< T > const &, infinite_endcount_iterator< T > const &) |
template<typename T > | |
bool | operator== (infinite_endcount_iterator< T > const &, count_iterator< T > const &) |
template<typename T > | |
bool | operator== (count_iterator< T > const &, infinite_endcount_iterator< T > const &) |
template<typename Coll , typename PtrColl > | |
void | moveFromPointersImplBase (Coll &dest, PtrColl &src) |
template<std::size_t Lead, typename... Iterables> | |
auto | make_zip_begin_iterator (Iterables &&...iterables) |
template<std::size_t Lead, typename... Iterables> | |
auto | make_zip_end_iterator (Iterables &&...iterables) |
template<typename T > | |
T & | NullRef () |
template<typename Choices > | |
std::ostream & | operator<< (std::ostream &out, MultipleChoiceSelectionOption_t< Choices > const &option) |
Prints an option into a stream. More... | |
Option comparison operators | |
— BEGIN – Comparison operators -------------------------------------— | |
template<typename Choices > | |
bool | operator== (MultipleChoiceSelectionOption_t< Choices > const &option, Choices const value) |
Returns whether option has the specified value . More... | |
template<typename Choices > | |
bool | operator== (Choices const value, MultipleChoiceSelectionOption_t< Choices > const &option) |
Returns whether option has the specified value . More... | |
template<typename Choices > | |
bool | operator!= (MultipleChoiceSelectionOption_t< Choices > const &option, Choices const value) |
Returns whether option does not have the specified value . More... | |
template<typename Choices > | |
bool | operator!= (Choices const value, MultipleChoiceSelectionOption_t< Choices > const &option) |
Returns whether option does not have the specified value . More... | |
template<typename Choices > | |
bool | operator== (MultipleChoiceSelectionOption_t< Choices > const &option, std::string const &label) |
Returns whether option has the specified name or alias. More... | |
template<typename Choices > | |
bool | operator== (std::string const &label, MultipleChoiceSelectionOption_t< Choices > const &option) |
Returns whether option has the specified name or alias. More... | |
template<typename Choices > | |
bool | operator!= (MultipleChoiceSelectionOption_t< Choices > const &option, std::string const &label) |
Returns whether option does not have the specified name or alias. More... | |
template<typename Choices > | |
bool | operator!= (std::string const &label, MultipleChoiceSelectionOption_t< Choices > const &option) |
Returns whether option does not have the specified name or alias. More... | |
Variables | |
template<typename T > | |
constexpr bool | is_type_v = is_type<T>() |
template<typename... Strings> | |
constexpr auto | AllConvertibleToStrings_v |
auto util::details::make_zip_begin_iterator | ( | Iterables &&... | iterables | ) |
Definition at line 269 of file zip.h.
References util::begin().
auto util::details::make_zip_end_iterator | ( | Iterables &&... | iterables | ) |
Definition at line 279 of file zip.h.
References util::end().
void util::details::moveFromPointersImplBase | ( | Coll & | dest, |
PtrColl & | src | ||
) |
Definition at line 265 of file SortByPointers.h.
Referenced by util::details::MoveFromPointersImpl< Coll, PtrColl >::move(), and util::details::MoveFromPointersImpl< std::vector< Data >, PtrColl >::move().
T& util::details::NullRef | ( | ) |
Definition at line 433 of file MappedContainer.h.
bool util::details::operator!= | ( | infinite_endcount_iterator< T > const & | , |
count_iterator< T > const & | |||
) |
Never admit a infinite_endcount_iterator
to be equal to anything else.
Definition at line 266 of file counter.h.
Referenced by recob::TrajectoryPointFlags::fromHit(), and lar::ProviderPack< Providers >::has().
bool util::details::operator!= | ( | count_iterator< T > const & | , |
infinite_endcount_iterator< T > const & | |||
) |
bool util::details::operator!= | ( | MultipleChoiceSelectionOption_t< Choices > const & | option, |
Choices const | value | ||
) |
Returns whether option
does not have the specified value
.
Definition at line 692 of file MultipleChoiceSelection.h.
References util::details::MultipleChoiceSelectionOption_t< Choices >::value().
bool util::details::operator!= | ( | Choices const | value, |
MultipleChoiceSelectionOption_t< Choices > const & | option | ||
) |
Returns whether option
does not have the specified value
.
Definition at line 699 of file MultipleChoiceSelection.h.
References util::details::MultipleChoiceSelectionOption_t< Choices >::value().
bool util::details::operator!= | ( | MultipleChoiceSelectionOption_t< Choices > const & | option, |
std::string const & | label | ||
) |
Returns whether option
does not have the specified name or alias.
Definition at line 722 of file MultipleChoiceSelection.h.
References util::details::MultipleChoiceSelectionOption_t< Choices >::match().
bool util::details::operator!= | ( | std::string const & | label, |
MultipleChoiceSelectionOption_t< Choices > const & | option | ||
) |
Returns whether option
does not have the specified name or alias.
Definition at line 729 of file MultipleChoiceSelection.h.
std::ostream & util::details::operator<< | ( | std::ostream & | out, |
MultipleChoiceSelectionOption_t< Choices > const & | option | ||
) |
Prints an option into a stream.
— END – Comparison operators ------------------------------------——
Definition at line 737 of file MultipleChoiceSelection.h.
References util::details::MultipleChoiceSelectionOption_t< Choices >::name().
bool util::details::operator== | ( | infinite_endcount_iterator< T > const & | , |
count_iterator< T > const & | |||
) |
Definition at line 278 of file counter.h.
Referenced by recob::TrajectoryPointFlags::fromHit(), lar::ProviderPack< Providers >::has(), sim::PhotonVoxelDef::isInside(), fhicl::ParameterSet::operator!=(), lar::sparse_vector< T >::const_iterator::operator++(), lar::value_const_iterator< T >::operator-(), shower::LArPandoraShowerAlg::OrganizeHits(), calo::GnocchiCalorimetry::OrganizeHitsSnippets(), NuGraphInference::produce(), and sim::SimPhotons::SimPhotons().
bool util::details::operator== | ( | count_iterator< T > const & | , |
infinite_endcount_iterator< T > const & | |||
) |
bool util::details::operator== | ( | MultipleChoiceSelectionOption_t< Choices > const & | option, |
Choices const | value | ||
) |
Returns whether option
has the specified value
.
Definition at line 677 of file MultipleChoiceSelection.h.
References util::details::MultipleChoiceSelectionOption_t< Choices >::value().
bool util::details::operator== | ( | Choices const | value, |
MultipleChoiceSelectionOption_t< Choices > const & | option | ||
) |
Returns whether option
has the specified value
.
Definition at line 684 of file MultipleChoiceSelection.h.
References util::details::MultipleChoiceSelectionOption_t< Choices >::value().
bool util::details::operator== | ( | MultipleChoiceSelectionOption_t< Choices > const & | option, |
std::string const & | label | ||
) |
Returns whether option
has the specified name or alias.
Definition at line 707 of file MultipleChoiceSelection.h.
References util::details::MultipleChoiceSelectionOption_t< Choices >::match().
bool util::details::operator== | ( | std::string const & | label, |
MultipleChoiceSelectionOption_t< Choices > const & | option | ||
) |
Returns whether option
has the specified name or alias.
Definition at line 714 of file MultipleChoiceSelection.h.
constexpr auto util::details::AllConvertibleToStrings_v |
Definition at line 31 of file MultipleChoiceSelection.h.
constexpr bool util::details::is_type_v = is_type<T>() |
Definition at line 489 of file RangeForWrapper.h.