Utils::CalitkoMocks::BoundArgumentStorageType< T > Struct Template Reference

#include <BasicTypes.h> [code]

List of all members.


Detailed Description

template<typename T>
struct Utils::CalitkoMocks::BoundArgumentStorageType< T >

Defines the type used to store the values of bound arguments.

Default is to store copies of the arguments in their original type.

Template specializations could be defined for special cases where storing in the same type is not applicable.

Definition at line 39 of file BasicTypes.h.

Public Types

typedef T type


Member Typedef Documentation

template<typename T>
typedef T Utils::CalitkoMocks::BoundArgumentStorageType< T >::type
 

Definition at line 41 of file BasicTypes.h.


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