Template Struct optional_vector

Nested Relationships

Struct Documentation

template <typename T>
struct optional_vector

Public Functions

optional_vector(size_t s, const T &init)

Public Members

std::vector<entry_t> data
struct entry_t

Public Members

template<>
T value
template<>
bool valid