1#ifndef DUNE_COPASI_COMMON_PARAMETERIZED_OBJECT_HH
2#define DUNE_COPASI_COMMON_PARAMETERIZED_OBJECT_HH
4#include <dune/common/parameterizedobject.hh>
13 typename Key = std::string>
15 using Super = Dune::ParameterizedObjectFactory<Signature, Key>;
23 Super::define(key, std::forward<T>(
t));
27 const std::set<Key>&
keys()
const {
simple wrapper that captures and exposes the keys of Dune::ParameterizedObjectFactory
Definition parameterized_object.hh:14
void define(Key const &key, T &&t)
Definition parameterized_object.hh:21
const std::set< Key > & keys() const
Definition parameterized_object.hh:27
Definition axis_names.hh:7
constexpr bool is_bitflags_v
Alias for Bitflag indicator.
Definition bit_flags.hh:24