Live Cells C++
Reactive Programming for C++
Loading...
Searching...
No Matches
live_cells::store_cell_key< T > Struct Template Reference

Key identifying a store_cell. More...

#include <store_cell.hpp>

Inheritance diagram for live_cells::store_cell_key< T >:
Collaboration diagram for live_cells::store_cell_key< T >:

Additional Inherited Members

- Public Member Functions inherited from live_cells::value_key< T >
 value_key (T value)
 Create a key distinguished from other keys by one value.
 
bool eq (const key &other) const noexcept override
 Compare this key to another key for equality.
 
std::size_t hash () const noexcept override
 Compute the hash code for this key.
 
- Public Member Functions inherited from live_cells::key
virtual bool is_unique () const noexcept
 Is this a unique key?
 

Detailed Description

template<typename T>
struct live_cells::store_cell_key< T >

Key identifying a store_cell.


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