v8toolkit  0.0.1
Utility library for embedding V8 Javascript engine in a c++ program
Public Types | Static Public Attributes | List of all members
testing::internal::is_reference< T > Struct Template Reference

#include <gmock-internal-utils.h>

Inheritance diagram for testing::internal::is_reference< T >:
Inheritance graph
[legend]
Collaboration diagram for testing::internal::is_reference< T >:
Collaboration graph
[legend]

Public Types

typedef bool_constant< bool_value > type
 

Static Public Attributes

static const bool value = bool_value
 

Detailed Description

template<typename T>
struct testing::internal::is_reference< T >

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

Member Typedef Documentation

template<bool bool_value>
typedef bool_constant<bool_value> testing::internal::bool_constant< bool_value >::type
inherited

Definition at line 2204 of file gtest-port.h.

Member Data Documentation

template<bool bool_value>
const bool testing::internal::bool_constant< bool_value >::value = bool_value
staticinherited

Definition at line 2205 of file gtest-port.h.


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