$extrastylesheet
libMesh::Parallel::false_type Struct Reference

#include <parallel.h>

Inheritance diagram for libMesh::Parallel::false_type:

List of all members.

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

Definition at line 302 of file parallel.h.


Member Typedef Documentation

Definition at line 306 of file parallel.h.

Definition at line 305 of file parallel.h.


Member Function Documentation

libMesh::Parallel::false_type::operator value_type ( ) const [inline]

Definition at line 307 of file parallel.h.

References value.

{ return value; }

Member Data Documentation

const bool libMesh::Parallel::false_type::value = false [static]

Definition at line 304 of file parallel.h.

Referenced by operator value_type().


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