Public Types

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

#include <pow.hh>

Inheritance diagram for mln::metal::math::impl::pow_int_if_< x, n, b >:
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, bool b>
struct mln::metal::math::impl::pow_int_if_< x, n, b >

Definition at line 76 of file pow.hh.


Member Enumeration Documentation

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

Definition at line 60 of file pow.hh.