avcpp
2.0
Wrapper for the FFmpeg that simplify usage from C++ projects.
|
This functor uses simple notation to take next element from linked list. More...
#include <linkedlistutils.h>
Public Member Functions | |
T * | operator() (T *x) const |
This functor uses simple notation to take next element from linked list.
By default linked list have 'next' field that return pointer to next element in list.
|
inline |