HikoGUI
A low latency retained GUI
Loading...
Searching...
No Matches
Public Types
au::ConstructionPolicy< Unit, Rep > Struct Template Reference

Public Types

template<typename SourceUnit >
using ScaleFactor = MagQuotientT<detail::MagT<SourceUnit>, detail::MagT<Unit>>
 
template<typename SourceUnit , typename SourceRep >
using PermitImplicitFrom
 

Member Typedef Documentation

◆ PermitImplicitFrom

template<typename Unit , typename Rep >
template<typename SourceUnit , typename SourceRep >
using au::ConstructionPolicy< Unit, Rep >::PermitImplicitFrom
Initial value:
stdx::conjunction<
HasSameDimension<Unit, SourceUnit>,
stdx::disjunction<
detail::CoreImplicitConversionPolicy<Rep, ScaleFactor<SourceUnit>, SourceRep>,
detail::PermitAsCarveOutForIntegerPromotion<Rep, ScaleFactor<SourceUnit>, SourceRep>>>

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