Routine (C++)
#include <cio/routine.hpp>
Functions
template<typename T >
void
cio::routine
(void(*func)(T &), T &arg) throw (std::bad_alloc)
Function Documentation
template<typename T >
void cio::routine
(
void(*)(T &)
func
,
T &
arg
)
throw (std::bad_alloc)
See also:
cio_routine()