MCPcopy Create free account
hub / github.com/argotorg/solidity / sizeOfSubset

Method sizeOfSubset

libsolutil/DisjointSet.cpp:83–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81
82template<typename ValueType>
83typename ContiguousDisjointSet<ValueType>::size_type ContiguousDisjointSet<ValueType>::sizeOfSubset(value_type const _x) const
84{
85 return m_sizes[find(_x)];
86}
87
88template<typename ValueType>
89std::set<typename ContiguousDisjointSet<ValueType>::value_type> ContiguousDisjointSet<ValueType>::subset(value_type const _x) const

Callers 1

BOOST_AUTO_TEST_CASEFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected