Gemmi C++ API
Loading...
Searching...
No Matches
Classes | Namespaces
span.hpp File Reference

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
 

Detailed Description

Span - span of array or std::vector. MutableVectorSpan - span of std::vector with insert() and erase()

Definition in file span.hpp.