Physical Quantities  v1.0.0
C++ library of physical quantities, physical models, and units of measure for scientific computing. https://github.com/acodcha/phq
Classes | Namespaces | Functions
MassRate.hpp File Reference
#include <cstddef>
#include <functional>
#include <ostream>
#include "DimensionalScalar.hpp"
#include "Frequency.hpp"
#include "Mass.hpp"
#include "Time.hpp"
#include "Unit/MassRate.hpp"

Go to the source code of this file.

Classes

class  PhQ::MassRate< NumericType >
 Mass rate. Can represent the time rate of change of a mass or a mass flow rate; see PhQ::Mass, PhQ::Time, and PhQ::Frequency. More...
 

Namespaces

 PhQ
 Namespace that encompasses all of the Physical Quantities library's content.
 

Functions

template<typename NumericType >
constexpr bool PhQ::operator== (const MassRate< NumericType > &left, const MassRate< NumericType > &right) noexcept
 
template<typename NumericType >
constexpr bool PhQ::operator!= (const MassRate< NumericType > &left, const MassRate< NumericType > &right) noexcept
 
template<typename NumericType >
constexpr bool PhQ::operator< (const MassRate< NumericType > &left, const MassRate< NumericType > &right) noexcept
 
template<typename NumericType >
constexpr bool PhQ::operator> (const MassRate< NumericType > &left, const MassRate< NumericType > &right) noexcept
 
template<typename NumericType >
constexpr bool PhQ::operator<= (const MassRate< NumericType > &left, const MassRate< NumericType > &right) noexcept
 
template<typename NumericType >
constexpr bool PhQ::operator>= (const MassRate< NumericType > &left, const MassRate< NumericType > &right) noexcept
 
template<typename NumericType >
std::ostream & PhQ::operator<< (std::ostream &stream, const MassRate< NumericType > &mass_rate)
 
template<typename NumericType >
constexpr MassRate< NumericType > PhQ::operator* (const NumericType number, const MassRate< NumericType > &mass_rate)