libhatchet
Loading...
Searching...
No Matches
hxconstexpr_list.hpp File Reference

Go to the source code of this file.

Classes

class  hxconstexpr_list_node
class  hxconstexpr_list< T, deleter_t_ >
class  hxconstexpr_list< T, deleter_t_ >::const_iterator
class  hxconstexpr_list< T, deleter_t_ >::iterator

Detailed Description

An embedded doubly linked list with intrusive node linkage.

This is the same as hxlist except that it works with constexpr at the expense of using an additional pointer per-node. This is the recommended compile time sequence container. hxvector and hxlist do not work at compile time.