MCPcopy Create free account
hub / github.com/SmingHub/Sming / size

Method size

Sming/Core/Data/BitSet.h:134–137  ·  view source on GitHub ↗

* @brief Get the number of possible elements in the set */

Source from the content-addressed store, hash-verified

132 * @brief Get the number of possible elements in the set
133 */
134 static constexpr size_t size()
135 {
136 return size_;
137 }
138
139 /**
140 * @brief Get the set of all possible values

Callers 2

toStringFunction · 0.45
getValueMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected