Public Member Functions | List of all members
cet::detail::pow< 1u, T, 1u > Struct Template Reference

#include <pow.h>

Public Member Functions

constexpr T operator() (T x)
 

Detailed Description

template<class T>
struct cet::detail::pow< 1u, T, 1u >

Definition at line 111 of file pow.h.

Member Function Documentation

template<class T >
constexpr T cet::detail::pow< 1u, T, 1u >::operator() ( x)
inline

Definition at line 113 of file pow.h.

114  {
115  return x;
116  }
list x
Definition: train.py:276

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