Changeset 138:3c49abcf300b in finroc_plugins_blackboard
Legend:
- Unmodified
- Added
- Removed
-
tChange.h
r116 r138 71 71 */ 72 72 template <typename T> 73 class tChange : public rrlib::util::tNoncopyable73 class tChange 74 74 { 75 75 … … 89 89 new_element(new_element) 90 90 {} 91 92 tChange(const tChange& other) = default; 93 tChange& operator=(const tChange& other) = default; 91 94 92 95 /*! move constructor */
Note: See TracChangeset
for help on using the changeset viewer.