Chemical Data Processing Library C++ API - Version 1.1.1
Classes | Namespaces | Functions
Range.hpp File Reference

Definition of a data type for describing index ranges. More...

#include <cstddef>
#include <utility>
#include "CDPL/Math/Check.hpp"
#include "CDPL/Base/Exceptions.hpp"

Go to the source code of this file.

Classes

class  CDPL::Math::Range< S >
 

Namespaces

 CDPL
 The namespace of the Chemical Data Processing Library.
 
 CDPL::Math
 Contains classes and functions related to mathematics.
 

Functions

Range< std::size_t > CDPL::Math::range (std::size_t start, std::size_t stop)
 

Detailed Description

Definition of a data type for describing index ranges.