|
chunkedseq
container library for large in-memory data sets
|
#include <annotation.hpp>
Public Types | |
| using | measured_type = Measured |
| using | self_type = with_measured< measured_type, Swap_measured > |
Public Member Functions | |
| template<class Measured1 > | |
| Measured1 | get_cached () const |
| template<class Measured1 > | |
| void | set_cached (Measured1 m) const |
| void | swap (self_type &other) |
Public Attributes | |
| measured_type | cached |
Static Public Attributes | |
| static constexpr bool | enabled = true |
Definition at line 272 of file annotation.hpp.
| using pasl::data::chunkedseq::annotation::with_measured< Measured, Swap_measured >::measured_type = Measured |
Definition at line 275 of file annotation.hpp.
| using pasl::data::chunkedseq::annotation::with_measured< Measured, Swap_measured >::self_type = with_measured<measured_type, Swap_measured> |
Definition at line 276 of file annotation.hpp.
|
inline |
Definition at line 283 of file annotation.hpp.
|
inline |
Definition at line 288 of file annotation.hpp.
|
inline |
Definition at line 292 of file annotation.hpp.
|
mutable |
Definition at line 280 of file annotation.hpp.
|
static |
Definition at line 278 of file annotation.hpp.
1.8.8