Main MRPT website
>
C++ reference
Main Page
Related Pages
Modules
Namespaces
Classes
Files
Class List
Class Index
Class Hierarchy
Class Members
internal
meta_sqrt< Y, InfX, SupX, true >
Public Types
internal::meta_sqrt< Y, InfX, SupX, true > Class Template Reference
Detailed Description
template<int Y, int InfX, int SupX>
class internal::meta_sqrt< Y, InfX, SupX, true >
Definition at line
186
of file
Meta.h
.
#include <
src/Core/util/Meta.h
>
List of all members.
Public Types
enum
{
ret
= (SupX*SupX <= Y) ? SupX : InfX }
Member Enumeration Documentation
template<int Y, int InfX, int SupX>
anonymous enum
Enumerator:
ret
Definition at line
186
of file
Meta.h
.
Page generated by
Doxygen 1.7.3
for MRPT 0.9.4 SVN: at Sat Mar 26 06:16:28 UTC 2011