Helper to create a manipulator that takes arguments.
More...
#include <StdUtil.h>
|
template<class Func_ , class Tuple_ > |
| ManipFunc (Func_ &&f, Tuple_ &&args) |
|
template<class Stream , szt... Seq> |
void | apply (Stream &ios, mt::idxseq< Seq... >) const |
|
template<class Func, class Tuple>
struct honey::ManipFunc< Func, Tuple >
Helper to create a manipulator that takes arguments.
- See also
- manipFunc()
template<class Func , class Tuple >
template<class Func_ , class Tuple_ >
template<class Func , class Tuple >
template<class Stream , szt... Seq>
template<class Func , class Tuple >
template<class Stream >
Stream& operator<< |
( |
Stream & |
os, |
|
|
const ManipFunc< Func, Tuple > & |
manip |
|
) |
| |
|
friend |
template<class Func , class Tuple >
template<class Stream >
Stream& operator>> |
( |
Stream & |
is, |
|
|
const ManipFunc< Func, Tuple > & |
manip |
|
) |
| |
|
friend |
template<class Func , class Tuple >
template<class Func , class Tuple >
The documentation for this struct was generated from the following file: