Searched defs:traits (Results 1 - 1 of 1) sorted by relevance

/inkscape/cxxtest/cxxtest/
H A DValueTraits.h8 // This header file contains value traits for builtin integral types.
9 // To declare value traits for new types you should instantiate the class
24 // This is how we use the value traits
26 # define TS_AS_STRING(x) CxxTest::traits(x).asString()
85 // traits( T t )
89 inline ValueTraits<T> traits( T t ) function in namespace:CxxTest

Completed in 15 milliseconds