33 #include "DGtal/base/Common.h"
34 #include "DGtal/kernel/CInteger.h"
35 #include "DGtal/kernel/CUnsignedNumber.h"
39 using namespace DGtal;
86 trace.
beginBlock (
"Checking NumberTraits on built-in OS dependent types ..." );
87 trace.
warning() <<
"If digits() returns 0, the type is not considered in specilizations"<<endl;
98 int main(
int argc,
char** argv )
102 for (
int i = 0; i < argc; ++i )
107 trace.
emphase() << ( res ?
"Passed." :
"Error." ) << endl;
void beginBlock(const std::string &keyword="")
DGtal is the top-level namespace which contains all DGtal functions and types.
Aim: The traits class for all models of Cinteger.
Aim: Concept checking for Integer Numbers. More precisely, this concept is a refinement of both CEucl...
Aim: Concept checking for Unsigned numbers. Models of this concept should be listed in NumberTraits c...
int main(int argc, char **argv)