Template Struct Cluster

Struct Documentation

template<typename HandleT>
struct Cluster

Represents a group of handles, which are somehow connected.

Template Parameters:

HandleT – Type of handles, which are connected by this cluster.

Public Functions

inline size_t size() const
inline decltype(auto) begin() const
inline decltype(auto) end() const

Public Members

vector<HandleT> handles