marvin 0.0.1
Pure C++ audio helper library
 
Loading...
Searching...
No Matches
marvin_Range.h File Reference

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)