Public Types

mln::graph::attribute::card_t Struct Reference

Compute the cardinality of every component in a graph. More...

#include <card.hh>

List of all members.

Public Types

typedef util::array< unsigned > result
 Type of the computed value.

Detailed Description

Compute the cardinality of every component in a graph.

Returns:
An array with the cardinality for each component. Components are labeled from 0.

Definition at line 61 of file graph/attribute/card.hh.


Member Typedef Documentation

Type of the computed value.

Definition at line 64 of file graph/attribute/card.hh.