MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / top

Method top

extern/libcds/cds/details/bounded_array.h:87–90  ·  view source on GitHub ↗

Returns pointer to the first item in the array

Source from the content-addressed store, hash-verified

85
86 /// Returns pointer to the first item in the array
87 value_type * top() noexcept
88 {
89 return m_arr;
90 }
91
92 /// Get begin iterator
93 const_iterator begin() const noexcept

Callers 11

popMethod · 0.80
pop_withMethod · 0.80
clear_withMethod · 0.80
popMethod · 0.80
popMethod · 0.80
fcstack.hFile · 0.80
fcpriority_queue.hFile · 0.80
ResetMethod · 0.80
WalkInternalMethod · 0.80
RunPostfixMethod · 0.80
Lexer.cppFile · 0.80

Calls

no outgoing calls

Tested by 5

popMethod · 0.64
pop_withMethod · 0.64
clear_withMethod · 0.64
popMethod · 0.64
popMethod · 0.64