Quantify
An extensible C++ units library
Loading...
Searching...
No Matches
quantify::no_unit Struct Referenceexport

Public Types

using scale = no_scale
 
using reduce = no_unit
 
template<typename T>
using factor = ratio<T, 1, 1>
 

Static Public Member Functions

static constexpr std::string symbol () noexcept
 

Detailed Description

Definition at line 26 of file preface.cppm.

Member Typedef Documentation

◆ factor

template<typename T>
using quantify::no_unit::factor = ratio<T, 1, 1>

Definition at line 31 of file preface.cppm.

◆ reduce

Definition at line 28 of file preface.cppm.

◆ scale

Definition at line 27 of file preface.cppm.

Member Function Documentation

◆ symbol()

static constexpr std::string quantify::no_unit::symbol ( )
inlinestaticconstexprnoexcept

Definition at line 33 of file preface.cppm.

+ Here is the caller graph for this function:

The documentation for this struct was generated from the following file: