Sacado Package Browser (Single Doxygen Collection) Version of the Day
Loading...
Searching...
No Matches
Public Types | Static Public Member Functions | List of all members
testing::internal::StlContainerView< ::std::tuple< ElementPointer, Size > > Class Template Reference

#include <gmock-internal-utils.h>

Public Types

typedef std::remove_const< typenameinternal::PointeeOf< ElementPointer >::type >::type RawElement
 
typedef internal::NativeArray< RawElementtype
 
typedef const type const_reference
 

Static Public Member Functions

static const_reference ConstReference (const ::std::tuple< ElementPointer, Size > &array)
 
static type Copy (const ::std::tuple< ElementPointer, Size > &array)
 

Detailed Description

template<typename ElementPointer, typename Size>
class testing::internal::StlContainerView< ::std::tuple< ElementPointer, Size > >

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

Member Typedef Documentation

◆ RawElement

template<typename ElementPointer , typename Size >
typedef std::remove_const<typenameinternal::PointeeOf<ElementPointer>::type>::type testing::internal::StlContainerView< ::std::tuple< ElementPointer, Size > >::RawElement

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

◆ type

template<typename ElementPointer , typename Size >
typedef internal::NativeArray<RawElement> testing::internal::StlContainerView< ::std::tuple< ElementPointer, Size > >::type

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

◆ const_reference

template<typename ElementPointer , typename Size >
typedef const type testing::internal::StlContainerView< ::std::tuple< ElementPointer, Size > >::const_reference

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

Member Function Documentation

◆ ConstReference()

template<typename ElementPointer , typename Size >
static const_reference testing::internal::StlContainerView< ::std::tuple< ElementPointer, Size > >::ConstReference ( const ::std::tuple< ElementPointer, Size > &  array)
inlinestatic

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

◆ Copy()

template<typename ElementPointer , typename Size >
static type testing::internal::StlContainerView< ::std::tuple< ElementPointer, Size > >::Copy ( const ::std::tuple< ElementPointer, Size > &  array)
inlinestatic

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


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