Inheritance diagram for zvec_t:
This is used when we know we need only a (read-only) vector of zeroes because it's a one-time constructed vector pointing to a fixed-location at "zero_location". It doesn't require any real zeroes at that location; it behaves as if it really were a vector.
Definition at line 377 of file vec_t.h.
Public Member Functions | |
zvec_t () | |
zvec_t (size_t l) | |
zvec_t & | put (size_t l) |