Sequoia
Loading...
Searching...
No Matches
Public Types | List of all members
sequoia::maths::dual< T > Struct Template Reference

Specialization for units, such as degrees Celsius, for which the corresponding quantity cannot be inverted. More...

#include <PhysicalValues.hpp>

Public Types

using validator_type = T::validator_type
 
using validator_type = void
 

Detailed Description

template<physics::physical_unit T>
requires physics::is_invertible_unit_v<T>
struct sequoia::maths::dual< T >

Specialization for units, such as degrees Celsius, for which the corresponding quantity cannot be inverted.

Note, though, that inverse units of this type can appear in displacements, where the validator is overridden, assumed to be std::identity


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