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

[get_key_of_last_item] More...

#include <map.hpp>

Public Types

using value_type = Option
 

Static Public Member Functions

static value_type identity ()
 
static value_type combine (value_type left, value_type right)
 
static value_type inverse (value_type x)
 

Static Public Attributes

static constexpr bool has_inverse = false
 

Detailed Description

template<class Option>
class pasl::data::map::take_right_if_nonempty< Option >

[take_right_if_nonempty]

Definition at line 100 of file map.hpp.

Member Typedef Documentation

template<class Option >
using pasl::data::map::take_right_if_nonempty< Option >::value_type = Option

Definition at line 103 of file map.hpp.

Member Function Documentation

template<class Option >
static value_type pasl::data::map::take_right_if_nonempty< Option >::combine ( value_type  left,
value_type  right 
)
inlinestatic

Definition at line 111 of file map.hpp.

template<class Option >
static value_type pasl::data::map::take_right_if_nonempty< Option >::identity ( )
inlinestatic

Definition at line 107 of file map.hpp.

template<class Option >
static value_type pasl::data::map::take_right_if_nonempty< Option >::inverse ( value_type  x)
inlinestatic

Definition at line 117 of file map.hpp.

Member Data Documentation

template<class Option >
constexpr bool pasl::data::map::take_right_if_nonempty< Option >::has_inverse = false
static

Definition at line 105 of file map.hpp.


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