specialization for empty ranges lists More...
#include <combine_iterator.hpp>
Public Member Functions | |
| bool | next () |
| no next configuration More... | |
| template<typename F , typename... Args> | |
| auto | call (F f, Args &&...args) -> decltype(f(std::forward< Args >(args)...)) |
| actually calls function f More... | |
Friends | |
| bool | operator== (const combine_iterator_engine &left, const combine_iterator_engine &right) |
| operator==, always true More... | |
specialization for empty ranges lists
Definition at line 119 of file combine_iterator.hpp.
|
inline |
actually calls function f
| F | |
| Args |
| f | |
| args |
Definition at line 139 of file combine_iterator.hpp.
|
inline |
|
friend |
operator==, always true
| left | |
| right |
Definition at line 151 of file combine_iterator.hpp.
1.8.5