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

Go to the source code of this file.

Classes

class  PhQ::TemperatureDifference< NumericType >
 Temperature difference. Not to be confused with temperature; see PhQ::Temperature. For example, a temperature difference of 20 kelvin is very different from a temperature of 20 kelvin. More...
 

Namespaces

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

Functions

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