std::basic_string::capacity

From Cppreference

Jump to: navigation, search
size_type capacity() const;

Returns the number of characters that the string has currently allocated space for.

Contents

[edit] Parameters

(none)

[edit] Return value

capacity of the currently allocated storage

[edit] Complexity

Constant

[edit] See also

size
returns the number of characters
(public member function)
reserve
reserves storage
(public member function)