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

Function assign_op

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

Source from the content-addressed store, hash-verified

698
699template<typename CharT1, typename CharT2>
700inline void
701assign_op( std::basic_string<CharT1>& target, basic_cstring<CharT2> src, int )
702{
703 target.assign( src.begin(), src.size() );
704}
705
706//____________________________________________________________________________//
707

Callers 6

_Method · 0.50
parameterMethod · 0.50
param_namespaceMethod · 0.50
addMethod · 0.50
include_levelMethod · 0.50
BOOST_RTTI_SWITCHFunction · 0.50

Calls 3

assignMethod · 0.45
beginMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected