chunkedseq
container library for large in-memory data sets
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Public Types | Public Member Functions | Static Public Attributes | List of all members
pasl::data::chunkedseq::annotation::without_measured Class Reference

#include <annotation.hpp>

Public Types

using measured_type = struct{}
 
using self_type = without_measured
 

Public Member Functions

template<class Measured >
Measured get_cached () const
 
template<class Measured >
void set_cached (Measured m) const
 
void swap (self_type &other)
 

Static Public Attributes

static constexpr bool enabled = false
 

Detailed Description

Definition at line 239 of file annotation.hpp.

Member Typedef Documentation

Definition at line 242 of file annotation.hpp.

Definition at line 243 of file annotation.hpp.

Member Function Documentation

template<class Measured >
Measured pasl::data::chunkedseq::annotation::without_measured::get_cached ( ) const
inline

Definition at line 248 of file annotation.hpp.

template<class Measured >
void pasl::data::chunkedseq::annotation::without_measured::set_cached ( Measured  m) const
inline

Definition at line 253 of file annotation.hpp.

void pasl::data::chunkedseq::annotation::without_measured::swap ( self_type other)
inline

Definition at line 257 of file annotation.hpp.

Member Data Documentation

constexpr bool pasl::data::chunkedseq::annotation::without_measured::enabled = false
static

Definition at line 245 of file annotation.hpp.


The documentation for this class was generated from the following file: