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 auto getClassName();
};