libMesh
Public Types | List of all members
libMesh::TypeToSend< T > Struct Template Reference

For ease of communication, we allow users to translate their own value types to a more easily computable (typically a vector of some fixed-size type) output, by specializing these calls using different types. More...

#include <generic_projector.h>

Public Types

typedef T type
 

Detailed Description

template<typename T>
struct libMesh::TypeToSend< T >

For ease of communication, we allow users to translate their own value types to a more easily computable (typically a vector of some fixed-size type) output, by specializing these calls using different types.

Definition at line 59 of file generic_projector.h.

Member Typedef Documentation

◆ type

template<typename T>
typedef T libMesh::TypeToSend< T >::type

Definition at line 60 of file generic_projector.h.


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