CXXGraph  0.4.0
CXXGraph is a header only, that manages the Graphs and it's algorithm in C++
Public Member Functions | Friends | List of all members
CXXGRAPH::Node< T > Class Template Reference

Public Member Functions

 Node (std::string_view, const T &data)
 
const std::size_t & getId () const
 
const std::string & getUserId () const
 
const T & getData () const
 
bool operator== (const Node< T > &b) const
 
bool operator< (const Node< T > &b) const
 

Friends

std::ostream & operator<< (std::ostream &os, const Node< T > &node)
 

The documentation for this class was generated from the following file: