Store cache in instance. More...
Public Types | |
using | key_type = typename Container::key_type |
using | data_type = typename Container::mapped_type |
using | container_type = Container |
Public Member Functions | |
template<class F , class... Args> | |
data_type const & | get_or_init (key_type const &key, F &&f, Args &&... args) const |
Store cache in instance.