dune-common  2.3.1
Public Types | Public Member Functions | Static Public Attributes | List of all members
Dune::is_lvalue_reference< T > Struct Template Reference

Determine whether a type is a lvalue reference type. More...

#include <dune/common/typetraits.hh>

Inheritance diagram for Dune::is_lvalue_reference< T >:
Inheritance graph

Public Types

typedef bool value_type
 type of value More...
 
typedef integral_constant
< bool, v > 
type
 type of this class itself More...
 

Public Member Functions

 operator value_type ()
 conversion to value_type/T More...
 

Static Public Attributes

static const bool value
 value this type was generated for More...
 

Detailed Description

template<typename T>
struct Dune::is_lvalue_reference< T >

Determine whether a type is a lvalue reference type.

Member Typedef Documentation

typedef integral_constant<bool ,v> Dune::integral_constant< bool , v >::type
inherited

type of this class itself

typedef bool Dune::integral_constant< bool , v >::value_type
inherited

type of value

Member Function Documentation

Dune::integral_constant< bool , v >::operator value_type ( )
inlineinherited

conversion to value_type/T

Member Data Documentation

const bool Dune::integral_constant< bool , v >::value
staticinherited

value this type was generated for


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