DOKK / manpages / debian 10 / libstdc++-8-doc / __gnu_pbds::container_traits.3cxx.en
__gnu_pbds::container_traits< Cntnr >(3cxx) __gnu_pbds::container_traits< Cntnr >(3cxx)

__gnu_pbds::container_traits< Cntnr > - Container traits.

Inherits __gnu_pbds::container_traits_base< Cntnr::container_category >.


enum { order_preserving, erase_can_throw, split_join_can_throw, reverse_iteration }
typedef container_traits_base< container_category > base_type
typedef Cntnr::container_category container_category
typedef Cntnr container_type
typedef base_type::invalidation_guarantee invalidation_guarantee

struct __gnu_pbds::container_traits< Cntnr >" Container traits.

Definition at line 418 of file tag_and_trait.hpp.

Enumerator

True only if Cntnr objects guarantee storing keys by order.
True only if erasing a key can throw.
True only if split or join operations can throw.
True only reverse iterators are supported.

Definition at line 426 of file tag_and_trait.hpp.

Generated automatically by Doxygen for libstdc++ from the source code.

Sat Apr 6 2019 libstdc++