OGLplus  (0.59.0) a C++ wrapper for rendering APIs

eagine::interleaved_call< Func, SepFunc > Class Template Reference

Callable class that interleaves calls to a function with a separator function. More...

#include <eagine/interleaved_call.hpp>

Public Member Functions

 interleaved_call (Func func, SepFunc sep_func)
 Construction from the base function and the separator function.
 
template<typename... P>
auto operator() (P &&... p)
 The function call operator.
 

Detailed Description

template<typename Func, typename SepFunc>
class eagine::interleaved_call< Func, SepFunc >

Callable class that interleaves calls to a function with a separator function.

Examples
eagine/interleaved_call.cpp.

The documentation for this class was generated from the following file:

Copyright © 2015-2021 Matúš Chochlík.
<chochlik -at -gmail.com>
Documentation generated on Tue Apr 13 2021 by Doxygen (version 1.8.17).