template <typename T, bool kDestructorSkippable = Arena::is_destructor_skippable<T>::value>
struct ContainerDestructorSkippableBase
Defined at line 1224 of file ../../third_party/protobuf/src/src/google/protobuf/arena.h
This class is used to define `DestructorSkippable_` for some containing type
if and only if `T` is destructor-skippable.