libMesh::Parallel::dependent_false< T > Struct Template Reference

#include <parallel.h>

Inheritance diagram for libMesh::Parallel::dependent_false< T >:

Public Types

typedef bool value_type
 
typedef false_type type
 

Public Member Functions

 operator value_type () const
 

Static Public Attributes

static const bool value = false
 

Detailed Description

template<typename T>
struct libMesh::Parallel::dependent_false< T >

Definition at line 369 of file parallel.h.

Member Typedef Documentation

Definition at line 363 of file parallel.h.

Definition at line 362 of file parallel.h.

Member Function Documentation

libMesh::Parallel::false_type::operator value_type ( ) const
inlineinherited

Definition at line 364 of file parallel.h.

References value.

364 { return value; }
static const bool value
Definition: parallel.h:361

Member Data Documentation

const bool libMesh::Parallel::false_type::value = false
staticinherited

Definition at line 361 of file parallel.h.


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