MCPcopy Create free account
hub / github.com/cameron314/concurrentqueue / empty

Method empty

benchmarks/dlib/stl_checked/std_vector_c.h:75–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73 void resize(size_type sz, T c = T()) { base_type::resize(sz,c); }
74 size_type capacity() const { return base_type::capacity(); }
75 bool empty() const { return base_type::empty(); }
76 void reserve(size_type n) { base_type::reserve(n); }
77
78 // element access:

Callers 1

proxy_deserializeClass · 0.45

Calls 1

emptyFunction · 0.50

Tested by

no test coverage detected