fix bug: [ 669669 ] TypeTraits::ParameterType for non-primitive types
git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@210 7ec92016-0320-0410-acc4-a06ded1c099a
This commit is contained in:
parent
205770826b
commit
f6fffe4dea
1 changed files with 5 additions and 3 deletions
|
@ -138,6 +138,8 @@ namespace Loki
|
|||
// t) NonVolatileType : Type with removed 'volatile' qualifier from T, if any
|
||||
// u) UnqualifiedType : Type with removed 'const' and 'volatile' qualifiers from
|
||||
// T, if any
|
||||
// v)ConstParameterType: returns the optimal type to be used as a parameter
|
||||
// for functions that take 'const T's
|
||||
//
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue