| 
    chunkedseq
    
   container library for large in-memory data sets 
   | 
 
#include <prelims.hpp>
Public Types | |
| using | trusted_container_type = Trusted_container | 
| using | untrusted_container_type = Untrusted_container | 
| using | trusted_same = Trusted_same | 
| using | self_type = container_pair< Trusted_container, Untrusted_container, Untrusted_to_trusted, Trusted_same > | 
Public Member Functions | |
| container_pair () | |
| container_pair (const self_type &other) | |
| bool | ok () const | 
Static Public Member Functions | |
| static bool | same (const Trusted_container &t, const Untrusted_container &u) | 
Public Attributes | |
| trusted_container_type | trusted | 
| untrusted_container_type | untrusted | 
Definition at line 79 of file prelims.hpp.
| using pasl::data::container_pair< Trusted_container, Untrusted_container, Untrusted_to_trusted, Trusted_same >::self_type = container_pair<Trusted_container, Untrusted_container, Untrusted_to_trusted, Trusted_same> | 
Definition at line 89 of file prelims.hpp.
| using pasl::data::container_pair< Trusted_container, Untrusted_container, Untrusted_to_trusted, Trusted_same >::trusted_container_type = Trusted_container | 
Definition at line 82 of file prelims.hpp.
| using pasl::data::container_pair< Trusted_container, Untrusted_container, Untrusted_to_trusted, Trusted_same >::trusted_same = Trusted_same | 
Definition at line 84 of file prelims.hpp.
| using pasl::data::container_pair< Trusted_container, Untrusted_container, Untrusted_to_trusted, Trusted_same >::untrusted_container_type = Untrusted_container | 
Definition at line 83 of file prelims.hpp.
      
  | 
  inline | 
Definition at line 91 of file prelims.hpp.
      
  | 
  inline | 
Definition at line 95 of file prelims.hpp.
      
  | 
  inline | 
Definition at line 108 of file prelims.hpp.
      
  | 
  inlinestatic | 
Definition at line 104 of file prelims.hpp.
| trusted_container_type pasl::data::container_pair< Trusted_container, Untrusted_container, Untrusted_to_trusted, Trusted_same >::trusted | 
Definition at line 86 of file prelims.hpp.
| untrusted_container_type pasl::data::container_pair< Trusted_container, Untrusted_container, Untrusted_to_trusted, Trusted_same >::untrusted | 
Definition at line 87 of file prelims.hpp.
 1.8.8