Program: bbtk
Module: $RCSfile: bbtkAny.h,v $
Language: C++
- Date: $Date: 2008/10/17 08:18:12 $
- Version: $Revision: 1.5 $
+ Date: $Date: 2009/01/07 13:08:19 $
+ Version: $Revision: 1.6 $
=========================================================================*/
/* ---------------------------------------------------------------------
/// Returns true iff the contained type is t
inline bool contains(TypeInfo t)
{
- return ( (bool)(type() == t) );
+ return ( (bool)((type() == t)!=0) );
}
/// Returns true iff any of type ValueType can be held