avcpp  2.0
Wrapper for the FFmpeg that simplify usage from C++ projects.
Public Member Functions | List of all members
av::IncrementNextElement< T > Struct Template Reference

This functor uses increment operation to take next element in list/array. More...

#include <linkedlistutils.h>

Public Member Functions

T * operator() (T *x) const
 

Detailed Description

template<typename T>
struct av::IncrementNextElement< T >

This functor uses increment operation to take next element in list/array.

Member Function Documentation

◆ operator()()

template<typename T >
T* av::IncrementNextElement< T >::operator() ( T *  x) const
inline

The documentation for this struct was generated from the following file: