v0.15.0
Loading...
Searching...
No Matches
MoFEM::GetFTensor1FromPtrImpl< 6, S, T > Struct Template Reference

#include "include/Templates.hpp"

Public Member Functions

 GetFTensor1FromPtrImpl ()=delete
 

Static Public Member Functions

static auto get (T *ptr)
 

Detailed Description

template<int S, typename T>
struct MoFEM::GetFTensor1FromPtrImpl< 6, S, T >

Definition at line 821 of file Templates.hpp.

Constructor & Destructor Documentation

◆ GetFTensor1FromPtrImpl()

template<int S, typename T >
MoFEM::GetFTensor1FromPtrImpl< 6, S, T >::GetFTensor1FromPtrImpl ( )
delete

Member Function Documentation

◆ get()

template<int S, typename T >
static auto MoFEM::GetFTensor1FromPtrImpl< 6, S, T >::get ( T * ptr)
inlinestatic

Definition at line 823 of file Templates.hpp.

823 {
825 ptr + 0, ptr + 1, ptr + 2, ptr + 3, ptr + 4, ptr + 5);
826 }

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