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

#include <BasicTypes.h> [code]

List of all members.


Detailed Description

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

Defines storage type for const references.

Const references are typically used for effectively passing value types around without having to copy them. Since we want to set our expectations in advance to doing the actual call, we need to store a copy of the value object.

A specialization should be provided for types not supporting copying.

Definition at line 88 of file BasicTypes.h.

Public Types

typedef T type


Member Typedef Documentation

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

Definition at line 90 of file BasicTypes.h.


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