|
marvin 0.0.1
Pure C++ audio helper library
|
#include "marvin/library/marvin_Concepts.h"Go to the source code of this file.
Classes | |
| struct | marvin::utils::Range< T > |
| POD type that represents a range of values, for classes requiring a min and a max. More... | |
Namespaces | |
| namespace | marvin |
| A mostly harmless top-level namespace. | |
| namespace | marvin::utils |
| Utility helper functions and classes. | |
Functions | |
| template<NumericType T> | |
| bool | marvin::utils::operator== (const Range< T > &lhs, const Range< T > &rhs) |
| template<NumericType T> | |
| bool | marvin::utils::operator!= (const Range< T > &lhs, const Range< T > &rhs) |
| template<NumericType T> | |
| Range< T > | marvin::utils::operator+ (const Range< T > &other, T constant) |
| template<NumericType T> | |
| Range< T > | marvin::utils::operator- (const Range< T > &other, T constant) |
| template<NumericType T> | |
| Range< T > | marvin::utils::operator* (const Range< T > &other, T constant) |
| template<NumericType T> | |
| Range< T > | marvin::utils::operator/ (const Range< T > &other, T constant) |