.TH "__gnu_pbds::container_traits< Cntnr >" 3cxx "Tue Jul 2 2019" "libstdc++" \" -*- nroff -*- .ad l .nh .SH NAME __gnu_pbds::container_traits< Cntnr > \- Container traits\&. .SH SYNOPSIS .br .PP .PP Inherits \fB__gnu_pbds::container_traits_base< Cntnr::container_category >\fP\&. .SS "Public Types" .in +1c .ti -1c .RI "enum { \fBorder_preserving\fP, \fBerase_can_throw\fP, \fBsplit_join_can_throw\fP, \fBreverse_iteration\fP }" .br .ti -1c .RI "typedef \fBcontainer_traits_base\fP< container_category > \fBbase_type\fP" .br .ti -1c .RI "typedef Cntnr::container_category \fBcontainer_category\fP" .br .ti -1c .RI "typedef Cntnr \fBcontainer_type\fP" .br .ti -1c .RI "typedef base_type::invalidation_guarantee \fBinvalidation_guarantee\fP" .br .in -1c .SH "Detailed Description" .PP .SS "template .br struct __gnu_pbds::container_traits< Cntnr >" Container traits\&. .PP Definition at line 418 of file tag_and_trait\&.hpp\&. .SH "Member Enumeration Documentation" .PP .SS "template anonymous enum" .PP \fBEnumerator\fP .in +1c .TP \fB\fIorder_preserving \fP\fP True only if Cntnr objects guarantee storing keys by order\&. .TP \fB\fIerase_can_throw \fP\fP True only if erasing a key can throw\&. .TP \fB\fIsplit_join_can_throw \fP\fP True only if split or join operations can throw\&. .TP \fB\fIreverse_iteration \fP\fP True only reverse iterators are supported\&. .PP Definition at line 426 of file tag_and_trait\&.hpp\&. .SH "Author" .PP Generated automatically by Doxygen for libstdc++ from the source code\&.