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

This functor uses simple notation to take next element from linked list. More...

#include <linkedlistutils.h>

Public Member Functions

T * operator() (T *x) const
 

Detailed Description

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

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.

Member Function Documentation

◆ operator()()

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

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