MCPcopy Create free account
hub / github.com/Achain-Dev/Achain / size

Method size

include/win/boost/test/utils/basic_cstring/basic_cstring.hpp:241–245  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

239
240template<typename CharT>
241inline typename basic_cstring<CharT>::size_type
242basic_cstring<CharT>::size() const
243{
244 return static_cast<size_type>(m_end - m_begin);
245}
246
247//____________________________________________________________________________//
248

Callers 15

has_member_sizeClass · 0.45
validation.hppFile · 0.45
load_implMethod · 0.45
match_frontMethod · 0.45
match_backMethod · 0.45
get_next_lineMethod · 0.45
process_command_lineMethod · 0.45
process_ifdefMethod · 0.45
process_ifndefMethod · 0.45
process_elseMethod · 0.45
process_endifMethod · 0.45
substitute_macrosMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected