ext::detail::bound_range
#include <combination.h>
Public Functions
| Name | |
|---|---|
| bound_range(Function f, It first, It last) | |
| bool | operator()() |
| bool | operator()(It , It ) |
Detailed Description
cpp
template <class Function ,
class It >
class ext::detail::bound_range;Public Functions Documentation
function bound_range
cpp
inline bound_range(
Function f,
It first,
It last
)function operator()
cpp
inline bool operator()()function operator()
cpp
inline bool operator()(
It ,
It
)Updated on 2026-01-09 at 21:59:12 +0000
