basic_string.reserve

  1. void reserve(size_type _Newcap)
    struct basic_string(T, Traits = char_traits!T, Alloc = allocator!T)
    version(CppRuntime_Microsoft)
    extern (D) @nogc
    void
    reserve
  2. void reserve(size_type __res)
  3. void reserve(size_type __res)
  4. void reserve(size_type __res_arg)

Meta