#include <MIDI_Parsers/LambdaPuller.hpp>
Helper to turn a lambda function into a puller.
Definition at line 13 of file LambdaPuller.hpp.
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.
|
inline |
Definition at line 18 of file LambdaPuller.hpp.
|
private |
Definition at line 23 of file LambdaPuller.hpp.