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

Function operator+

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

Source from the content-addressed store, hash-verified

717
718template<typename CharT1, typename CharT2>
719inline std::basic_string<CharT1>
720operator+( std::basic_string<CharT1> const& lhs, basic_cstring<CharT2> const& rhs )
721{
722 std::basic_string<CharT1> res( lhs );
723
724 res.append( rhs.begin(), rhs.end() );
725 return res;
726}
727
728//____________________________________________________________________________//
729

Callers

nothing calls this directly

Calls 3

appendMethod · 0.45
beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected