open-cpp-utils 0.0.1
|
▼Nopen_cpp_utils | |
Cany | Wrapper for a value with multiple types |
Cany< T, Rest... > | |
Cany<> | |
Cconstant_value | Compile-time constant value |
▼Cdirected_tree | Class for creating a directed tree |
Cbreadth_first | Breadth first traversal |
Cin_order | In-order traversal |
Cpost_order | Post-order traversal |
Cpre_order | Pre-order traversal |
Ctraverser | Visitor pattern for traversing the tree |
Cdyn_array | |
Cfixed_array | |
Cfixed_array< T, N > | Wrapper for array of type T with fixed length N |
Coptional |