struct mrpt::graphs::CDirectedGraph::edge_t
#include <mrpt/graphs/CDirectedGraph.h> struct edge_t: public TYPE_EDGES, public EDGE_ANNOTATIONS { // construction edge_t(); template <typename... Args> edge_t(Args&&... a); // methods static constexpr static auto getClassName(); };