Public Types | Public Member Functions | List of all members
VertexData::by_label Struct Reference

Public Types

using type = std::string
 

Public Member Functions

const typeoperator() (VertexData const &vd) const
 

Detailed Description

Definition at line 19 of file test_bigraph.cxx.

Member Typedef Documentation

Definition at line 20 of file test_bigraph.cxx.

Member Function Documentation

const type& VertexData::by_label::operator() ( VertexData const &  vd) const
inline

Definition at line 21 of file test_bigraph.cxx.

21 { return vd.label; }

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