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
VolumeRate.hpp File Reference
#include <cstddef>
#include <functional>
#include <ostream>
#include "DimensionalScalar.hpp"
#include "Frequency.hpp"
#include "Time.hpp"
#include "Unit/VolumeRate.hpp"
#include "Volume.hpp"

Go to the source code of this file.

Classes

class  PhQ::VolumeRate< NumericType >
 Volume rate. Can represent a time rate of change of a volume or a volume flow rate. See also PhQ::Volume, 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 VolumeRate< NumericType > &left, const VolumeRate< NumericType > &right) noexcept
 
template<typename NumericType >
constexpr bool PhQ::operator!= (const VolumeRate< NumericType > &left, const VolumeRate< NumericType > &right) noexcept
 
template<typename NumericType >
constexpr bool PhQ::operator< (const VolumeRate< NumericType > &left, const VolumeRate< NumericType > &right) noexcept
 
template<typename NumericType >
constexpr bool PhQ::operator> (const VolumeRate< NumericType > &left, const VolumeRate< NumericType > &right) noexcept
 
template<typename NumericType >
constexpr bool PhQ::operator<= (const VolumeRate< NumericType > &left, const VolumeRate< NumericType > &right) noexcept
 
template<typename NumericType >
constexpr bool PhQ::operator>= (const VolumeRate< NumericType > &left, const VolumeRate< NumericType > &right) noexcept
 
template<typename NumericType >
std::ostream & PhQ::operator<< (std::ostream &stream, const VolumeRate< NumericType > &volume_rate)
 
template<typename NumericType >
constexpr VolumeRate< NumericType > PhQ::operator* (const NumericType number, const VolumeRate< NumericType > &volume_rate)