PushBackWrapper Struct Reference

PushBackWrapper Struct Reference

#include <qtconcurrentfunctionwrappers.h>

Class Description

Definition at line 198 of file qtconcurrentfunctionwrappers.h.

Public Types

typedef void result_type
 

Public Member Functions

template<class C , class U >
void operator() (C &c, const U &u) const
 

Member Typedef Documentation

typedef void result_type

Definition at line 200 of file qtconcurrentfunctionwrappers.h.

Member Function Documentation

void operator() ( C &  c,
const U &  u 
) const
inline

Definition at line 203 of file qtconcurrentfunctionwrappers.h.

204  {
205  return c.push_back(u);
206  }
const GLubyte * c
Definition: GLee.h:5419

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