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 | ||
| ) |
| auto lar::dump::details::ptr_cbegin | ( | Coll const & | v | ) |
Definition at line 29 of file DumpUtils.h.
| std::add_const_t<T>* lar::dump::details::ptr_cbegin | ( | T * | ptr | ) |
Definition at line 32 of file DumpUtils.h.
1.8.5