Changeset 3125 for code/branches/pch/src/util
- Timestamp:
- Jun 9, 2009, 2:48:32 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/pch/src/util/Convert.h
r2710 r3125 370 370 // That means you can call it exactly like static_cast<ToType>(fromTypeValue). 371 371 template<class ToType, class FromType> 372 inline ToType omni_cast(const FromType& input)372 inline ToType multi_cast(const FromType& input) 373 373 { 374 374 ToType output;
Note: See TracChangeset
for help on using the changeset viewer.