![]() |
LeechCraft
0.6.70-10870-g558588d6ec
Modular cross-platform feature rich live environment.
|
#include "oral.h"
Public Member Functions | |
template<bool B = HasPKey> | |
AdaptDelete (const QSqlDatabase &db, const CachedFieldsData &data, std::enable_if_t< B > *=nullptr) | |
template<bool B = HasPKey> | |
AdaptDelete (const QSqlDatabase &, const CachedFieldsData &, std::enable_if_t<!B > *=nullptr) | |
template<bool B = HasPKey> | |
std::enable_if_t< B > | operator() (const Seq &seq) |
Public Attributes | |
std::function< void(Seq)> | Deleter_ |
|
inline |
|
inline |
|
inline |
std::function<void (Seq)> LeechCraft::Util::oral::detail::AdaptDelete< Seq, HasPKey >::Deleter_ |
Definition at line 474 of file oral.h.
Referenced by LeechCraft::Util::oral::detail::AdaptDelete< T >::AdaptDelete(), and LeechCraft::Util::oral::detail::AdaptDelete< T >::operator()().