MostlyHarmless 0.0.1
 
Loading...
Searching...
No Matches
Concepts
Here is a list of all concepts with brief descriptions:
[detail level 12]
 NmarvinA mostly harmless top-level namespace
 RFloatTypeContrains T to be either a float or a double
 RComplexFloatType
 RRealOrComplexFloatType
 RNumericTypeConstrains T to be any numeric type
 RFixedWidthSignedIntegerConstrains T to be a fixed width signed int
 RArrayLikeConstrains T to a type that defines a const_iterator as a child, has an implementation of operator[](size_t) and has a .size() member
 RFloatArrayLikeConstrains T to be an Array like, with a Float-like value type
 RSmartPointerTypeConstrains T to a class that implements get(), reset() operator*() and operator->()
 RRandomEngineType