cMHN 1.2
C++ library for learning MHNs with pRC
Loading...
Searching...
No Matches
testing::internal::StlContainerView< Element[N]> Class Template Reference

#include <gmock-internal-utils.h>

Public Types

typedef std::remove_const< Element >::type RawElement
 
typedef internal::NativeArray< RawElementtype
 
typedef const type const_reference
 

Static Public Member Functions

static const_reference ConstReference (const Element(&array)[N])
 
static type Copy (const Element(&array)[N])
 

Member Typedef Documentation

◆ const_reference

template<typename Element , size_t N>
typedef const type testing::internal::StlContainerView< Element[N]>::const_reference

◆ RawElement

template<typename Element , size_t N>
typedef std::remove_const<Element>::type testing::internal::StlContainerView< Element[N]>::RawElement

◆ type

template<typename Element , size_t N>
typedef internal::NativeArray<RawElement> testing::internal::StlContainerView< Element[N]>::type

Member Function Documentation

◆ ConstReference()

template<typename Element , size_t N>
static const_reference testing::internal::StlContainerView< Element[N]>::ConstReference ( const Element(&) array[N])
inlinestatic

◆ Copy()

template<typename Element , size_t N>
static type testing::internal::StlContainerView< Element[N]>::Copy ( const Element(&) array[N])
inlinestatic

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