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

#include <pow.h>

Public Member Functions

constexpr T operator() (T x)
 

Detailed Description

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

Definition at line 120 of file pow.h.

Member Function Documentation

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

Definition at line 122 of file pow.h.

123  {
124  return x * x;
125  }
list x
Definition: train.py:276

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