#include <MIDI_Parsers/LambdaPuller.hpp>
Helper to turn a lambda function into a puller.
Definition at line 13 of file LambdaPuller.hpp.
Collaboration diagram for LambdaPuller_< Lambda >:Public Member Functions | |
| LambdaPuller_ (Lambda &&lambda) | |
| template<class T > | |
| bool | pull (T &packet) |
Private Attributes | |
| Lambda | lambda |
|
inline |
Definition at line 15 of file LambdaPuller.hpp.
Definition at line 18 of file LambdaPuller.hpp.
Definition at line 23 of file LambdaPuller.hpp.