![]() |
Elementa v8.0.0
Minimalistic library for any C++ application (C++11 and up)
|
Definition at line 54 of file comprstack.h.
Public Attributes | |
| size_t | howmanyunint |
| Number of compressed un-interested elems. More... | |
| Obj | object |
| Interesting element. More... | |
Public Member Functions | |
| HeldData (const Obj &o) | |
| HeldData (Obj &&o) | |
|
inline |
Definition at line 59 of file comprstack.h.
|
inline |
Definition at line 60 of file comprstack.h.
|
inline |
Definition at line 61 of file comprstack.h.
|
inline |
Definition at line 63 of file comprstack.h.
| size_t elementa::adts::CSHolder< Obj >::HeldData::howmanyunint |
Number of compressed un-interested elems.
Definition at line 56 of file comprstack.h.
| Obj elementa::adts::CSHolder< Obj >::HeldData::object |
Interesting element.
Definition at line 57 of file comprstack.h.