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
SpecificEnergy.hpp File Reference
#include <cstddef>
#include <functional>
#include <ostream>
#include "DimensionalScalar.hpp"
#include "Energy.hpp"
#include "Frequency.hpp"
#include "Mass.hpp"
#include "Power.hpp"
#include "Time.hpp"
#include "Unit/SpecificEnergy.hpp"

Go to the source code of this file.

Classes

class  PhQ::SpecificEnergy< NumericType >
 Mass-specific energy. Energy per unit mass; see PhQ::Energy and PhQ::Mass. More...
 

Namespaces

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

Functions

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