![]() |
LeechCraft
0.6.70-13729-g7046a9d2a7
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) noexcept | |
template<bool B = HasPKey> | |
AdaptDelete (const QSqlDatabase &, const CachedFieldsData &, std::enable_if_t<!B > *=nullptr) noexcept | |
template<bool B = HasPKey> | |
std::enable_if_t< B > | operator() (const Seq &seq) |
Public Attributes | |
std::function< void(Seq)> | Deleter_ |
|
inlinenoexcept |
|
inlinenoexcept |
|
inline |
std::function<void (Seq)> LC::Util::oral::detail::AdaptDelete< Seq, HasPKey >::Deleter_ |
Definition at line 460 of file oral.h.
Referenced by LC::Util::oral::detail::AdaptDelete< T >::AdaptDelete(), and LC::Util::oral::detail::AdaptDelete< T >::operator()().