Public Member Functions | Public Attributes | List of all members
cet::detail::pow< N, T, 1u > 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, 1u >

Definition at line 90 of file pow.h.

Member Function Documentation

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

Definition at line 93 of file pow.h.

94  {
95  return x * pow_half(x * x);
96  }
pow< N/2u, T > pow_half
Definition: pow.h:91
list x
Definition: train.py:276

Member Data Documentation

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

Definition at line 91 of file pow.h.


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