Public Types

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

#include <sqrt.hh>

Inheritance diagram for mln::metal::math::impl::sqrt_int_if_< n, b >:
Inheritance graph

List of all members.

Public Types

enum  
enum  
enum  { value_ = sqrt_int_<n>::value, reminder_ = n - value_ * value_ }

Detailed Description

template<int n, bool b>
struct mln::metal::math::impl::sqrt_int_if_< n, b >

Definition at line 77 of file metal/math/sqrt.hh.


Member Enumeration Documentation

anonymous enum [inherited]

Definition at line 60 of file metal/math/sqrt.hh.

anonymous enum [inherited]

Definition at line 65 of file metal/math/sqrt.hh.

template<int n, bool b>
anonymous enum
Enumerator:
value_ 
reminder_ 

Definition at line 79 of file metal/math/sqrt.hh.