LatNet Builder Manual
2.0.1-11
Software Package for Constructing Highly Uniform Point Sets
|
Cached sequence wrapper. More...
#include <CachedSeq.h>
Inherits BASE.
Public Types | |
typedef BASE | Base |
typedef LatBuilder::Storage< LR, ET, COMPRESS > | Storage |
typedef Storage::value_type | value_type |
typedef Storage::size_type | size_type |
typedef Storage::const_iterator | const_iterator |
Public Member Functions | |
CachedSeq (Base base) | |
CachedSeq & | operator= (Base base) |
size_type | size () const |
const_iterator | begin () const |
const_iterator | end () const |
Cached sequence wrapper.
Allows the elements of a dynamically generated sequence to be pre-computed and stored in a container.
Example: