#include <string>
#include <type_traits>
#include <utility>
#include "absl/base/port.h"
#include "absl/meta/type_traits.h"
Go to the source code of this file.
Namespaces | |
absl | |
absl::strings_internal | |
Functions | |
template<typename string_type , typename = void> | |
void | absl::strings_internal::STLStringResizeUninitialized (string_type *s, size_t new_size) |
template<typename string_type > | |
constexpr bool | absl::strings_internal::STLStringSupportsNontrashingResize (string_type *) |