LArSoft
v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
|
Contiguous data container with lazy resizing on access. More...
#include <algorithm>
#include <cassert>
#include <stdexcept>
#include <string>
#include <vector>
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. | |
Contiguous data container with lazy resizing on access.
This is a header-only library.
Definition in file LazyVector.h.