Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Sep 1, 2012, 11:32:20 AM (12 years ago)
Author:
landauf
Message:

details

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/testing/src/libraries/util/MultiType.h

    r9226 r9356  
    330330            /// Converts the current value to type T.
    331331            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>()); }
    333332
    334333            /// Resets value and type. Type will be void afterwards and null() returns true.
Note: See TracChangeset for help on using the changeset viewer.