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

Go to the source code of this file.

Classes

class  PhQ::SpecificPower< NumericType >
 Mass-specific power. Power per unit mass; see PhQ::Power 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 SpecificPower< NumericType > &left, const SpecificPower< NumericType > &right) noexcept
 
template<typename NumericType >
constexpr bool PhQ::operator!= (const SpecificPower< NumericType > &left, const SpecificPower< NumericType > &right) noexcept
 
template<typename NumericType >
constexpr bool PhQ::operator< (const SpecificPower< NumericType > &left, const SpecificPower< NumericType > &right) noexcept
 
template<typename NumericType >
constexpr bool PhQ::operator> (const SpecificPower< NumericType > &left, const SpecificPower< NumericType > &right) noexcept
 
template<typename NumericType >
constexpr bool PhQ::operator<= (const SpecificPower< NumericType > &left, const SpecificPower< NumericType > &right) noexcept
 
template<typename NumericType >
constexpr bool PhQ::operator>= (const SpecificPower< NumericType > &left, const SpecificPower< NumericType > &right) noexcept
 
template<typename NumericType >
std::ostream & PhQ::operator<< (std::ostream &stream, const SpecificPower< NumericType > &specific_power)
 
template<typename NumericType >
constexpr SpecificPower< NumericType > PhQ::operator* (const NumericType number, const SpecificPower< NumericType > &specific_power)