Sacado Package Browser (Single Doxygen Collection) Version of the Day
Loading...
Searching...
No Matches
testing::internal::RemoveConstFromKey< std::pair< const K, V > > Struct Template Reference

#include <gmock-internal-utils.h>

Inheritance diagram for testing::internal::RemoveConstFromKey< std::pair< const K, V > >:

Public Types

typedef std::pair< K, V > type
 
typedef std::pair< const K, V > type
 

Detailed Description

template<typename K, typename V>
struct testing::internal::RemoveConstFromKey< std::pair< const K, V > >

Definition at line 409 of file gmock-internal-utils.h.

Member Typedef Documentation

◆ type [1/2]

template<typename K, typename V>
typedef std::pair<K, V> testing::internal::RemoveConstFromKey< std::pair< const K, V > >::type

Definition at line 410 of file gmock-internal-utils.h.

◆ type [2/2]

typedef std::pair< const K, V > testing::internal::RemoveConstFromKey< std::pair< const K, V > >::type

Definition at line 404 of file gmock-internal-utils.h.


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