Developer documentation

mmx::texp::abs_value< a > Struct Template Reference

#include <texp_computations.hpp>

Static Public Attributes

static const int V = (a<0)?-a:a
 

Member Data Documentation

template<int a>
const int mmx::texp::abs_value< a >::V = (a<0)?-a:a
static

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