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

Go to the source code of this file.

Classes

class  PhQ::ElectricCurrent< NumericType >
 Electric current, also known as amperage. Represents a flow of electric charge or a time rate of change of electric charge. More...
 

Namespaces

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

Functions

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