INET Framework for OMNeT++/OMNEST
Static Public Member Functions
|
List of all members
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
)
inline
static
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:
Units.h
inet
units
internal
convert3
Generated on Sun Apr 10 2022 21:00:44 for INET Framework for OMNeT++/OMNEST by
1.8.17