Changeset 36426 in vbox for trunk/include/iprt/cpp
- Timestamp:
- Mar 25, 2011 12:37:32 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/cpp/ministring.h
r36425 r36426 48 48 * a zero length and zero allocated bytes for both, and returns an empty 49 49 * C string from c_str(). 50 * 51 * @note MiniString ASSUMES that all strings it deals with are valid UTF-8. 52 * The caller is responsible for not breaking this assumption. 50 53 */ 51 54 #ifdef VBOX … … 839 842 * @param pcszSrc The source string. 840 843 * @param cchSrc The number of chars (bytes) to copy from the 841 * source strings. 844 * source strings. RTSTR_MAX is NOT accepted. 842 845 * 843 846 * @throws std::bad_alloc On allocation failure. The object is left
Note:
See TracChangeset
for help on using the changeset viewer.