|
Gemmi C++ API
|
Span - span of array or std::vector. MutableVectorSpan - span of std::vector with insert() and erase() More...
#include <algorithm>#include <vector>#include <stdexcept>#include <type_traits>Go to the source code of this file.
Classes | |
| struct | gemmi::Span< Item > |
| struct | gemmi::MutableVectorSpan< Item > |
Namespaces | |
| namespace | gemmi |
Span - span of array or std::vector. MutableVectorSpan - span of std::vector with insert() and erase()
Definition in file span.hpp.