Public Types

mln::metal::math::impl::pow_int_< x, n > Struct Template Reference

#include <pow.hh>

Inheritance diagram for mln::metal::math::impl::pow_int_< x, n >:
Inheritance graph

List of all members.

Public Types

enum  res_ { value = x * pow_int_<x, value = x * pow_int_<x }

Detailed Description

template<int x, int n>
struct mln::metal::math::impl::pow_int_< x, n >

Definition at line 58 of file pow.hh.


Member Enumeration Documentation

template<int x, int n>
enum mln::metal::math::impl::pow_int_::res_
Enumerator:
value 
value 

Definition at line 60 of file pow.hh.