libMesh::Utility::do_pow< 6, T > Struct Template Reference

#include <utility.h>

Static Public Member Functions

static T apply (const T &x)
 

Detailed Description

template<typename T>
struct libMesh::Utility::do_pow< 6, T >

Definition at line 175 of file utility.h.

Member Function Documentation

◆ apply()

template<typename T >
static T libMesh::Utility::do_pow< 6, T >::apply ( const T &  x)
inlinestatic

Definition at line 176 of file utility.h.

177  {
178  const T x2 = x*x,
179  x4 = x2*x2;
180 
181  return x4*x2;
182  }

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