#include <resize_uninitialized.h>
|
static void | Resize (string_type *s, size_t new_size) |
|
template<typename string_type>
struct absl::strings_internal::void_t< decltype(std::declval< string_type & >().__resize_default_init(237))>
Definition at line 41 of file resize_uninitialized.h.
template<typename string_type >
using absl::strings_internal::void_t< decltype(std::declval< string_type & >().__resize_default_init(237))>::HasMember = std::true_type |
template<typename string_type >
static void absl::strings_internal::void_t< decltype(std::declval< string_type & >().__resize_default_init(237))>::Resize |
( |
string_type * |
s, |
|
|
size_t |
new_size |
|
) |
| |
|
inlinestatic |
The documentation for this struct was generated from the following file: