pstore2
adt Directory Reference
Directory dependency graph for adt:
include/pstore/adt

Files

file  chunked_sequence.hpp [code]
 Defines the chunked_sequence<> container.
 
file  error_or.hpp [code]
 error_or<T> holds either an instance of T or a std:error.
 
file  pointer_based_iterator.hpp [code]
 Provides pointer_based_iterator<> an iterator wrapper for pointers.
 
file  small_vector.hpp [code]
 Provides a small, normally stack allocated, buffer but which can be resized dynamically when necessary.
 
file  sparse_array.hpp [code]
 Implements a sparse array type.
 
file  sstring_view.hpp [code]
 Implements sstring_view, a class which is based on std::string_view but holds a pointer which may be a std::shared_ptr<char> or std::unique_ptr<char> as well has a raw pointer.
 
file  utility.hpp [code]
 Provides definitions needed by the code that are available in C++17 <utility>.