Changeset 3168
- Timestamp:
- Jan 21, 2014, 8:57:10 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/yat/omic/BamRead.h
r3055 r3168 316 316 /** 317 317 Exchanging this read with \a other. 318 319 \see swap(BamRead&, BamRead&) 318 320 */ 319 321 void swap(BamRead& other); … … 332 334 /** 333 335 Swap specialization for BamRead that is faster than generic 334 std::swap as it just swap a p ointers.336 std::swap as it just swap a pair of pointers. 335 337 336 338 \since New in yat 0.10
Note: See TracChangeset
for help on using the changeset viewer.