equal
deleted
inserted
replaced
25 #include <lemon/bits/enable_if.h> |
25 #include <lemon/bits/enable_if.h> |
26 #include <lemon/bits/traits.h> |
26 #include <lemon/bits/traits.h> |
27 |
27 |
28 ///\file |
28 ///\file |
29 ///\brief LEMON core utilities. |
29 ///\brief LEMON core utilities. |
|
30 /// |
|
31 ///This header file contains core utilities for LEMON. |
|
32 ///It is automatically included by all graph types, therefore it usually |
|
33 ///do not have to be included directly. |
30 |
34 |
31 namespace lemon { |
35 namespace lemon { |
32 |
36 |
33 /// \brief Dummy type to make it easier to create invalid iterators. |
37 /// \brief Dummy type to make it easier to create invalid iterators. |
34 /// |
38 /// |