LArSoft
v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
|
Functions | |
template<typename Coll > | |
auto | ptr_cbegin (Coll const &v) |
template<typename T > | |
std::add_const_t< T > * | ptr_cbegin (T *ptr) |
template<typename Stream , typename Array > | |
void | dumpArray (Stream &&out, Array &&a, size_t n) |
Inserts n of elements of a in the specified stream. More... | |
void lar::dump::details::dumpArray | ( | Stream && | out, |
Array && | a, | ||
size_t | n | ||
) |
Inserts n
of elements of a
in the specified stream.
Definition at line 41 of file DumpUtils.h.
References ptr_cbegin().
Referenced by lar::dump::ArrayDumper< T const * >::operator()(), and lar::dump::ArrayDumper< T * >::operator()().
auto lar::dump::details::ptr_cbegin | ( | Coll const & | v | ) |
Definition at line 27 of file DumpUtils.h.
References util::cbegin().
Referenced by dumpArray().
std::add_const_t<T>* lar::dump::details::ptr_cbegin | ( | T * | ptr | ) |
Definition at line 34 of file DumpUtils.h.