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

#include <utility.h>

List of all members.

Static Public Member Functions

static T apply (const T &)

Detailed Description

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

Definition at line 177 of file utility.h.


Member Function Documentation

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

Definition at line 178 of file utility.h.

00178 { return 1; }


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

Site Created By: libMesh Developers
Last modified: February 05 2013 19:55:49 UTC

Hosted By:
SourceForge.net Logo