INET Framework for OMNeT++/OMNEST
inet::units::internal::convert3< T1, T2 > Struct Template Reference

#include <Units.h>

Static Public Member Functions

template<typename V >
static V fn (const V &v)
 

Member Function Documentation

◆ fn()

template<typename T1 , typename T2 >
template<typename V >
static V inet::units::internal::convert3< T1, T2 >::fn ( const V v)
inlinestatic
329  {
330  return v * scaling_factor<T2>::template fn<V>() / scaling_factor<T1>::template fn<V>();
331  }

Referenced by inet::units::internal::convert2< T1, T2 >::fn().


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