#include <lazylookup.hh>
Public Member Functions | |
arr (std::function< T(std::size_t)> fn) | |
T | at (std::size_t i) |
T | operator[] (std::size_t i) |
std::size_t | get_n_filled () |
A lazy array Same as a lazy vector but fixed size.
Definition at line 157 of file lazylookup.hh.