MCPcopy Create free account
hub / github.com/SakuraEngine/SakuraEngine / is_empty

Method is_empty

modules/core/core/include/OpenString/common/sequence.h:235–238  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

233
234 template <class T, u64 I>
235 bool sequence<T, I>::is_empty() const noexcept
236 {
237 return this->size_ == 0;
238 }
239
240 template <class T, u64 I>
241 bool sequence<T, I>::operator==(const sequence& other) const noexcept

Callers 10

reserveMethod · 0.95
produceMethod · 0.45
produce_formatFunction · 0.45
joinMethod · 0.45
is_emptyFunction · 0.45
index_ofFunction · 0.45
last_index_ofFunction · 0.45
trim_startFunction · 0.45
trim_endFunction · 0.45
try_as_integerFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected