Changeset 220:a5d8c039f218 in lemon for lemon/bits/traits.h
- Timestamp:
- 07/15/08 13:15:39 (16 years ago)
- Branch:
- default
- Phase:
- public
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lemon/bits/traits.h
r209 r220 20 20 #define LEMON_BITS_TRAITS_H 21 21 22 #include <lemon/bits/utility.h>23 24 22 ///\file 25 23 ///\brief Traits for graphs and maps 26 24 /// 27 25 26 #include <lemon/bits/enable_if.h> 27 28 28 namespace lemon { 29 30 struct InvalidType {}; 31 29 32 template <typename _Graph, typename _Item> 30 33 class ItemSetTraits {};
Note: See TracChangeset
for help on using the changeset viewer.