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

#include <pow.h>

Public Member Functions

constexpr T operator() (T x)
 

Public Attributes

pow< N/2u, T > pow_half
 

Detailed Description

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

Definition at line 80 of file pow.h.

Member Function Documentation

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

Definition at line 83 of file pow.h.

84  {
85  return pow_half(x * x);
86  }
pow< N/2u, T > pow_half
Definition: pow.h:81
list x
Definition: train.py:276

Member Data Documentation

template<unsigned N, class T >
pow<N / 2u, T> cet::detail::pow< N, T, 0u >::pow_half

Definition at line 81 of file pow.h.


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