$extrastylesheet
libMesh::Parallel::BufferType< T * > Struct Template Reference

#include <parallel.h>

List of all members.

Public Types

typedef BufferType< const T * >
::type 
type

Detailed Description

template<typename T>
struct libMesh::Parallel::BufferType< T * >

Encoding non-const T* always uses the same buffer type as encoding const T*, so other classes only have to specialize the latter.

Definition at line 489 of file parallel.h.


Member Typedef Documentation

template<typename T >
typedef BufferType<const T*>::type libMesh::Parallel::BufferType< T * >::type

Definition at line 490 of file parallel.h.


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