SQT
A C++ ORM framework for SQLite
Loading...
Searching...
No Matches
◆
Limit()
[1/2]
template<typename SELECTER>
auto
sqt::LimitSelectCapability
< SELECTER >::Limit
(
std::size_t
limit
)
const
constexpr
Creates a decorator that adds a limit clause with a constant value to the current selecter.
Parameters
limit
The limit value to apply. It will be an inline parameter of the decorator.
Returns
A
sqt::LimitSelectDecorator
<>
instance.
See also
sqt::LimitSelectDecorator<>
sqt
LimitSelectCapability
Generated by
1.14.0