Changeset 1854 for code/trunk/src/util/MultiTypeValue.h
- Timestamp:
- Sep 28, 2008, 5:30:14 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/util/MultiTypeValue.h
r1791 r1854 110 110 inline void toString(std::ostream& outstream) const { outstream << this->value_; } 111 111 112 T value_; //! The stored value112 T value_; //!< The stored value 113 113 }; 114 114
Note: See TracChangeset
for help on using the changeset viewer.