lemon/core.h
changeset 936 ddd3c0d3d9bf
parent 893 d395358592df
child 966 c8fce9beb46a
equal deleted inserted replaced
21:6dfad6d75eb3 22:5763867835d3
   445       }
   445       }
   446     };
   446     };
   447 
   447 
   448   }
   448   }
   449 
   449 
   450   /// Check whether a graph is undirected.
   450   /// \brief Check whether a graph is undirected.
   451   ///
   451   ///
   452   /// This function returns \c true if the given graph is undirected.
   452   /// This function returns \c true if the given graph is undirected.
   453 #ifdef DOXYGEN
   453 #ifdef DOXYGEN
   454   template <typename GR>
   454   template <typename GR>
   455   bool undirected(const GR& g) { return false; }
   455   bool undirected(const GR& g) { return false; }