template<typename T>
class pw::IntrusiveForwardListItem< T >
IntrusiveForwardListItem is a thin wrapper around a templated item which is itself a intrusive forward list item, permitting registration where the client holds the storage for the item.
|
|
using | element_type = T |
| |
|
using | value_type = std::remove_cv_t< element_type > |
| |
|
using | reference = value_type & |
| |
|
using | const_reference = const value_type & |
| |
|
|
template<typename... Args> |
| | IntrusiveForwardListItem (Args &&... args) |
| |
|
reference | item () |
| |
|
const_reference | item () const |
| |
|
| constexpr | Item ()=default |
| |
The documentation for this class was generated from the following file:
- pw_containers/public/pw_containers/intrusive_forward_list.h