HomeSort by: relevance | last modified time | path
    Searched defs:resize_and_overwrite (Results 1 - 1 of 1) sorted by relevancy

  /src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
cow_string.h 973 * Calling `str.resize_and_overwrite(n, op)` will reserve at least `n`
997 resize_and_overwrite(size_type __n, _Operation __op);
1001 /// Non-standard version of resize_and_overwrite for C++11 and above.
3761 { resize_and_overwrite<_Operation&>(__n, __op); }
3770 resize_and_overwrite(const size_type __n, _Operation __op) function in class:basic_string
3791 "resize_and_overwrite operation must return an integer");

Completed in 37 milliseconds