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

Method size

extern/boost/boost/test/utils/basic_cstring/basic_cstring.hpp:285–289  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

283
284template<typename CharT>
285inline typename basic_cstring<CharT>::size_type
286basic_cstring<CharT>::size() const
287{
288 return static_cast<size_type>(m_end - m_begin);
289}
290
291//____________________________________________________________________________//
292

Callers 11

case_ins_eqFunction · 0.45
operator()Method · 0.45
operator <Function · 0.45
basic_cstring.hppFile · 0.45
basic_cstringMethod · 0.45
findMethod · 0.45
rfindMethod · 0.45
operator==Function · 0.45
assign_opFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected