The migrator specification concept.
More...
#include <Spec.hpp>
template<typename T, typename Backend>
{ T::kNAME } -> std::convertible_to<std::string>;
{ T::kDESCRIPTION } -> std::convertible_to<std::string>;
typename T::Backend;
{ T::runMigration(backend, cfg) } -> std::same_as<void>;
}
Provides a view into a subset of configuration data defined by a prefix.
Definition ObjectView.hpp:40
The migrator specification concept.
Definition Spec.hpp:36
The migrator specification concept.