|  | Home | Libraries | People | FAQ | More | 
Return the number of characters that can be stored.
constexpr size_type capacity() const;
          Returns the maximum size of the string, excluding the null terminator.
          The returned value is always N.
        
Constant.