MCPcopy Create free account
hub / github.com/ChaiScript/ChaiScript / empty

Method empty

include/chaiscript/dispatchkit/bootstrap_stl.hpp:54–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52 }
53
54 bool empty() const
55 {
56 return m_begin == m_end;
57 }
58
59 void pop_front()
60 {

Callers 5

container_typeFunction · 0.45
vector_typeFunction · 0.45
string_typeFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected