Clio develop
The XRP Ledger API server.
Loading...
Searching...
No Matches
migration::impl::MigrationBackend Concept Reference

#include <MigratorsRegister.hpp>

Concept definition

template<typename BackendType, typename MigratorType>
concept migration::impl::MigrationBackend = requires { requires std::same_as<typename MigratorType::Backend, BackendType>; }
Definition MigratorsRegister.hpp:48

Detailed Description

The concept to check if BackendType is the same as the migrator's required backend type