Public Types

mln::metal::math::pow< int_< x >, int_< n > > Struct Template Reference

#include <pow.hh>

List of all members.

Public Types

typedef int_< pow_int< x, n >
::value > 
ret

Detailed Description

template<int x, int n>
struct mln::metal::math::pow< int_< x >, int_< n > >

Definition at line 100 of file pow.hh.


Member Typedef Documentation

template<int x, int n>
typedef int_< pow_int<x, n>::value > mln::metal::math::pow< int_< x >, int_< n > >::ret

Definition at line 102 of file pow.hh.