fix docu
git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@829 7ec92016-0320-0410-acc4-a06ded1c099a
This commit is contained in:
parent
5e2237dcb0
commit
a39b59b243
1 changed files with 2 additions and 2 deletions
|
@ -2033,7 +2033,7 @@ namespace Loki
|
|||
// class template TypeTraits
|
||||
//
|
||||
// Figures out at compile time various properties of any given type
|
||||
// Invocations (T is a type, TypeTraits<T>::Propertie):
|
||||
// Invocations (T is a type, TypeTraits<T>::Property):
|
||||
//
|
||||
// - isPointer : returns true if T is a pointer type
|
||||
// - PointeeType : returns the type to which T points if T is a pointer
|
||||
|
@ -2062,7 +2062,7 @@ namespace Loki
|
|||
// - NonVolatileType : Type with removed 'volatile' qualifier from T, if any
|
||||
// - UnqualifiedType : Type with removed 'const' and 'volatile' qualifiers from
|
||||
// T, if any
|
||||
// - ConstParameterType: returns the optimal type to be used as a parameter
|
||||
// - ParameterType: returns the optimal type to be used as a parameter
|
||||
// for functions that take 'const T's
|
||||
//
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
|
Loading…
Add table
Reference in a new issue