Xmipp  v3.23.11-Nereus
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< typename std::pointer_traits< ElementPointer >::element_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 384 of file gmock-internal-utils.h.

Member Typedef Documentation

◆ const_reference

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

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

◆ RawElement

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

Definition at line 388 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 389 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 392 of file gmock-internal-utils.h.

393  {
394  return type(std::get<0>(array), std::get<1>(array),
395  RelationToSourceReference());
396  }

◆ 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 397 of file gmock-internal-utils.h.

397  {
398  return type(std::get<0>(array), std::get<1>(array), RelationToSourceCopy());
399  }

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