Skip to content

Enum (Unnamed enum at base/univector.hpp:42:1)

enum (Unnamed enum at base/univector.hpp:42:1) base

enum : size_t { … }

Compile-time tags selecting the storage strategy of a univector .

enum constant tag_array_ref

tag_array_ref      = 0

Tag for a non-owning reference to external data.

Fully qualified name: kfr::(Unnamed enum at base/univector.hpp:42:1)::tag_array_ref

Declared at base/univector.hpp:44

enum constant tag_dynamic_vector

tag_dynamic_vector = max_size_t

Tag for a dynamically sized, owning vector.

Fully qualified name: kfr::(Unnamed enum at base/univector.hpp:42:1)::tag_dynamic_vector

Declared at base/univector.hpp:45

Fully qualified name: kfr::(Unnamed enum at base/univector.hpp:42:1)

Declared at base/univector.hpp:42

This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.