|
constexpr | Item ()=default |
|
|
template<typename , typename , bool > |
struct | containers::internal::IntrusiveItem |
|
◆ Item()
template<typename T >
|
explicitconstexprprotecteddefault |
The default constructor is the only constructor provided to derived item types. A derived type provides a move constructor and move assignment operator to facilitate using the type with e.g. Vector::emplace_back
, but this will not modify the list that the item belongs to, if any.
The documentation for this class was generated from the following file: