Molassembler  1.0.0
Molecule graph and conformer library
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
TinySet.h File Reference

Vector-adapting set-like objects for small collections. More...

#include <vector>
#include <algorithm>
Include dependency graph for TinySet.h:

Go to the source code of this file.

Data Structures

struct  Scine::Molassembler::Temple::TinyUnorderedSet< T >
 An adapter class for std::vector that acts like an unordered set and stores its data in the underlying vector in an unordered fashion. More...
 
struct  Scine::Molassembler::Temple::TinySet< T >
 An adapter class for std::vector that acts like an ordered set and stores its data in the underlying vector in order. More...
 

Namespaces

 Scine
 
 Scine::Molassembler
 Central library namespace.
 
 Scine::Molassembler::Temple
 Template shorthands, optimizers and constexpr data types.
 

Detailed Description

Vector-adapting set-like objects for small collections.