cppassist  1.0.0.f4fab4f962ff
C++ sanctuary for small but powerful and frequently required, stand alone features.
Public Types | List of all members
cppassist::identity< T > Struct Template Reference

Helper class to deduce function types with lambdas. More...

#include <cppassist/include/cppassist/threading/parallelfor.h>

Public Types

typedef T type
 

Detailed Description

template<typename T>
struct cppassist::identity< T >

Helper class to deduce function types with lambdas.

See also
http://stackoverflow.com/questions/13358672/how-to-convert-a-lambda-to-an-stdfunction-using-templates

Member Typedef Documentation

◆ type

template<typename T>
typedef T cppassist::identity< T >::type

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