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

This functor used by default to take access to raw pointer that wrapped by W wrapper. More...

#include <linkedlistutils.h>

Public Member Functions

T * operator() (const W &wrapper) const
 

Detailed Description

template<typename T, typename W>
struct av::DefaultWrapperCast< T, W >

This functor used by default to take access to raw pointer that wrapped by W wrapper.

Functor call method 'T * raw()' to take raw pointer.

Member Function Documentation

◆ operator()()

template<typename T , typename W >
T* av::DefaultWrapperCast< T, W >::operator() ( const W &  wrapper) const
inline

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