MCPcopy Create free account
hub / github.com/cameron314/concurrentqueue / operator=

Method operator=

benchmarks/dlib/string/string.h:466–471  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

464 typename alloc
465 >
466 string_assign_helper<charT,traits,alloc> operator=(
467 const std::basic_string<charT,traits,alloc>& str
468 ) const
469 {
470 return string_assign_helper<charT,traits,alloc>(str);
471 }
472
473 char_assign_helper operator= (
474 const char* str

Callers

nothing calls this directly

Calls 2

char_assign_helperClass · 0.85

Tested by

no test coverage detected