INET Framework for OMNeT++/OMNEST
inet::units::internal::fixed_power< N, D, 2, 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, 2, 0 >::pow ( const T t)
inlinestatic
518  {
519  return t * t;
520  }

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