libMesh
Static Public Member Functions | List of all members
libMesh::Utility::do_pow< 1, 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< 1, T >

Definition at line 316 of file utility.h.

Member Function Documentation

◆ apply()

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

Definition at line 317 of file utility.h.

317 { return x; }

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