Classes | Namespaces
LazyVector.h File Reference

Contiguous data container with lazy resizing on access. More...

#include <algorithm>
#include <vector>
#include <string>
#include <stdexcept>
#include <cassert>

Go to the source code of this file.

Classes

class  util::LazyVector< T, A >
 A contiguous data container expanded on write. More...
 

Namespaces

 util
 Namespace for general, non-LArSoft-specific utilities.
 

Detailed Description

Contiguous data container with lazy resizing on access.

Author
Gianluca Petrillo (petri.nosp@m.llo@.nosp@m.slac..nosp@m.stan.nosp@m.ford..nosp@m.edu)
Date
July 18, 2018

This is a header-only library.

Definition in file LazyVector.h.