|
chunkedseq
container library for large in-memory data sets
|
[option] More...
#include <map.hpp>
Public Types | |
| using | self_type = option< Item, Item_swap > |
Public Member Functions | |
| option () | |
| option (const Item &item) | |
| option (const option &other) | |
| void | swap (option &other) |
| bool | operator< (const self_type &y) const |
| bool | operator>= (const self_type &y) const |
Public Attributes | |
| Item | item |
| bool | no_item |
| using pasl::data::map::option< Item, Item_swap >::self_type = option<Item, Item_swap> |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
| Item pasl::data::map::option< Item, Item_swap >::item |
| bool pasl::data::map::option< Item, Item_swap >::no_item |
1.8.8