ReactOS 0.4.15-dev-7918-g2a2556c
__call_traits< _Tp > Struct Template Reference

#include <type_traits.h>

Public Types

typedef const _Tp & const_param_type
 
typedef _Tp & param_type
 

Detailed Description

template<class _Tp>
struct __call_traits< _Tp >

Definition at line 452 of file type_traits.h.

Member Typedef Documentation

◆ const_param_type

template<class _Tp >
typedef const _Tp& __call_traits< _Tp >::const_param_type

Definition at line 461 of file type_traits.h.

◆ param_type

template<class _Tp >
typedef _Tp& __call_traits< _Tp >::param_type

Definition at line 462 of file type_traits.h.


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