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

Go to the source code of this file.

Classes

class  PhQ::Time< NumericType >
 Time. Can represent either a point in time, a time duration, or a period. For the inverse of time, see PhQ::Frequency. More...
 

Namespaces

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

Functions

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