Public Types

ei_meta_sqrt< Y, InfX, SupX, Done > Class Template Reference

#include <Meta.h>

List of all members.

Public Types

enum  { ret = ei_meta_sqrt<Y , ret = ei_meta_sqrt<Y }

template<int Y, int InfX = 0, int SupX = ((Y==1) ? 1 : Y/2), bool Done = ((SupX-InfX)<=1 ? true : ((SupX*SupX <= Y) && ((SupX+1)*(SupX+1) > Y)))>
class ei_meta_sqrt< Y, InfX, SupX, Done >


Member Enumeration Documentation

template<int Y, int InfX = 0, int SupX = ((Y==1) ? 1 : Y/2), bool Done = ((SupX-InfX)<=1 ? true : ((SupX*SupX <= Y) && ((SupX+1)*(SupX+1) > Y)))>
anonymous enum
Enumerator:
ret 
ret 

The documentation for this class was generated from the following file: