INET Framework for OMNeT++/OMNEST
inet::units::internal::fixed_power< N, D,-1, 0 > Struct Template Reference

#include <Units.h>

Static Public Member Functions

template<typename T >
static T pow (const T &t)
 

Member Function Documentation

template<int N, int D>
template<typename T >
static T inet::units::internal::fixed_power< N, D,-1, 0 >::pow ( const T t)
inlinestatic
546  {
547  return 1 / t;
548  }

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