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

#include <attributes.h>

Static Public Member Functions

static void set_lowest (T &)
 
static void set_highest (T &)
 

Static Public Attributes

static const bool has_min_max = false
 

Detailed Description

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

Definition at line 42 of file attributes.h.

Member Function Documentation

◆ set_highest()

template<typename T >
static void libMesh::Parallel::Attributes< T >::set_highest ( T &  )
inlinestatic

Definition at line 46 of file attributes.h.

Referenced by libMesh::Parallel::Communicator::semiverify().

46 {}

◆ set_lowest()

template<typename T >
static void libMesh::Parallel::Attributes< T >::set_lowest ( T &  )
inlinestatic

Definition at line 45 of file attributes.h.

Referenced by libMesh::Parallel::Communicator::semiverify().

45 {}

Member Data Documentation

◆ has_min_max

template<typename T >
const bool libMesh::Parallel::Attributes< T >::has_min_max = false
static

Definition at line 44 of file attributes.h.


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