Inherits container_traits_base< Cntnr::container_category >.
List of all members.
Public Types
Detailed Description
template<typename Cntnr>
struct __gnu_pbds::container_traits< Cntnr >
Container traits.
Definition at line 419 of file tag_and_trait.hpp.
Member Enumeration Documentation
template<typename Cntnr >
- Enumerator:
order_preserving |
True only if Cntnr objects guarantee storing keys by order.
|
erase_can_throw |
True only if erasing a key can throw.
|
split_join_can_throw |
True only if split or join operations can throw.
|
reverse_iteration |
True only reverse iterators are supported.
|
Definition at line 427 of file tag_and_trait.hpp.
The documentation for this struct was generated from the following file: