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

Definition of a data type for describing index slices. 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::Slice< S, D >
 

Namespaces

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

Functions

Slice< std::size_t, std::ptrdiff_t > CDPL::Math::slice (std::size_t start, std::ptrdiff_t stride, std::size_t size)
 

Detailed Description

Definition of a data type for describing index slices.