https://mooseframework.inl.gov
Public Types | List of all members
Moose::SerialAccessValueTypeHelper< T > Struct Template Reference

Value type helper (necessary for any type that does not have a value_type member or where value_type doesn't have a suitable meaning (ADReal)). More...

#include <SerialAccess.h>

Public Types

typedef T::value_type value_type
 

Detailed Description

template<typename T>
struct Moose::SerialAccessValueTypeHelper< T >

Value type helper (necessary for any type that does not have a value_type member or where value_type doesn't have a suitable meaning (ADReal)).

Definition at line 83 of file SerialAccess.h.

Member Typedef Documentation

◆ value_type

template<typename T>
typedef T::value_type Moose::SerialAccessValueTypeHelper< T >::value_type

Definition at line 85 of file SerialAccess.h.


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