power10_aux< N, true > Struct Template Reference

#include <power10.hpp>

List of all members.

Public Types

enum  t { value = square<power10<N / 2>::value>::value }


Detailed Description

template<int N>
struct power10_aux< N, true >

Specialization to raise 10 to an even power N. Compute the square of N so the overall computation has logarithmic complexity, not linear.

Definition at line 35 of file power10.hpp.


Member Enumeration Documentation

template<int N>
enum power10_aux< N, true >::t

Enumerator:
value 

Definition at line 38 of file power10.hpp.


The documentation for this struct was generated from the following file:
Generated on Sun Nov 30 09:53:23 2008 for Exploring C++ - Final Forms of Key Examples by  doxygen 1.5.3