#include <deque.hpp>
Public Types | |
typedef T | value_type |
Static Public Attributes | |
static const bool | trivial_dctr = boost::has_trivial_destructor<value_type>::value |
static const bool | trivial_dctr_after_move = ::boost::has_trivial_destructor_after_move<value_type>::value |
static const bool | trivial_copy = has_trivial_copy<value_type>::value |
static const bool | nothrow_copy = has_nothrow_copy<value_type>::value |
static const bool | trivial_assign = has_trivial_assign<value_type>::value |
static const bool | nothrow_assign = false |
typedef T boost::container::deque_value_traits< T >::value_type |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
Referenced by boost::container::deque< T, Allocator >::erase().