An ordered homogeneous pair-like class. More...
Go to the source code of this file.
Data Structures | |
struct | Scine::Molassembler::Temple::OrderedPair< T > |
A class that imitates std::pair<T, U>, but whose template arguments are homogeneous and the stored values ordered (.first < .second). More... | |
Namespaces | |
Scine::Molassembler | |
Central library namespace. | |
Scine::Molassembler::Temple | |
Template shorthands, optimizers and constexpr data types. | |
An ordered homogeneous pair-like class.