$extrastylesheet
libMesh::Utility::do_pow< 1, T > Struct Template Reference

#include <utility.h>

List of all members.

Static Public Member Functions

static T apply (const T &x)

Detailed Description

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

Definition at line 182 of file utility.h.


Member Function Documentation

template<typename T >
static T libMesh::Utility::do_pow< 1, T >::apply ( const T &  x) [inline, static]

Definition at line 183 of file utility.h.

References libMesh::x.

{ return x; }

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