lppl  v2.0.0

◆ operator==()

template<typename... Ts>
template<typename... Others>
bool graph_ir< Ts >::operator== ( graph_ir< Others... > &  other)
inline

Checks equaity between two graph_irs.

graph_irs are equal if they contain the same distribution types and if they have the same graphical structure.

Template Parameters
Othersthe distribution types in the other graph_ir.
Parameters
otherthe other graph_ir for which to check equality