INET Framework for OMNeT++/OMNEST
Main Page
Related Pages
Namespaces
Classes
Files
Class List
Class Hierarchy
Class Members
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
template<typename T1 , typename T2 >
template<typename V >
static
V
inet::units::internal::convert3
< T1, T2 >::fn
(
const
V
&
v
)
inline
static
Referenced by
inet::units::internal::convert2< T1, T2 >::fn()
.
290
{
291
return
v * scaling_factor<T2>::template fn<V>() / scaling_factor<T1>::template fn<V>();
292
}
The documentation for this struct was generated from the following file:
Units.h
inet
units
internal
convert3
Generated on Thu Jun 15 2017 11:42:04 for INET Framework for OMNeT++/OMNEST by
1.8.11