Changeset 9356 for code/branches/testing/src
- Timestamp:
- Sep 1, 2012, 11:32:20 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/testing/src/libraries/util/MultiType.h
r9226 r9356 330 330 /// Converts the current value to type T. 331 331 template <typename T> inline bool convert() { return this->force<T>(MultiType(*this)); } 332 // template <typename T> inline bool convert() { return this->force<T>(this->get<typename Loki::TypeTraits<T>::UnqualifiedReferredType>()); }333 332 334 333 /// Resets value and type. Type will be void afterwards and null() returns true.
Note: See TracChangeset
for help on using the changeset viewer.