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

Go to the source code of this file.

Classes

class  PhQ::Temperature< NumericType >
 Temperature. For a temperature difference, see PhQ::TemperatureDifference. For the gradient of temperature, see PhQ::TemperatureGradient. More...
 

Namespaces

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

Functions

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