Program Listing for File BackendConcept.hpp
↰ Return to documentation for file (PDJE-Godot-Plugin/Project-DJ-Engine/include/util/db/BackendConcept.hpp)
#pragma once
#include "util/db/keyvalue/BackendConcept.hpp"
namespace PDJE_UTIL::db {
template <class Backend>
concept BackendConcept = keyvalue::KeyValueBackendConcept<Backend>;
} // namespace PDJE_UTIL::db