- Timestamp:
- Oct 16, 2010, 7:00:12 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/concepts.doxygen
r2312 r2338 297 297 \section Requirements 298 298 299 Classes modelling the concept \ref concept_distance should implement 300 the following public function: 299 Classes modelling the concept \ref concept_distance should have a copy 300 constructor 301 302 \verbatim 303 Distance(const Distance& d); 304 \endverbatim 305 306 and also implement the following public function: 301 307 302 308 \verbatim
Note: See TracChangeset
for help on using the changeset viewer.