Experimental base class of typed_map-based update logic.
More...
#include "update.hpp"
|
|
using | typed_map_ = typed_map< Policy, I, Ts... > |
| |
|
|
upp_t< Policy, I, O, Ts... > & | f |
| |
template<template< template< typename > class, typename, typename, typename... > class Impl, template< typename > class Policy, typename QueryResult, typename I, typename O, typename... Ts>
struct Update< Impl, Policy, QueryResult, I, O, Ts >
Experimental base class of typed_map-based update logic.
- Template Parameters
-
| Impl | Implementation template template |
| Policy | encapsulates the types of distributions that can be returned by get. Must define type with a using-declaration. |
| QueryResult | the type returned from the desired queryer. |
| I | The input type |
| Ts | The universe of allowable distribution types |
The documentation for this struct was generated from the following file: