OpenLB 1.7
Loading...
Searching...
No Matches
Public Types | List of all members
olb::ConcretizableBlockData< D, T, U > Struct Template Reference

Curried BlockData template for use in callUsingConcretePlatform. More...

#include <blockData.h>

+ Collaboration diagram for olb::ConcretizableBlockData< D, T, U >:

Public Types

using base_t = BlockData<D,T,U>
 
template<Platform PLATFORM>
using type = BlockData<D,T,U>
 

Detailed Description

template<unsigned D, typename T, typename U>
struct olb::ConcretizableBlockData< D, T, U >

Curried BlockData template for use in callUsingConcretePlatform.

Definition at line 91 of file blockData.h.

Member Typedef Documentation

◆ base_t

template<unsigned D, typename T , typename U >
using olb::ConcretizableBlockData< D, T, U >::base_t = BlockData<D,T,U>

Definition at line 93 of file blockData.h.

◆ type

template<unsigned D, typename T , typename U >
template<Platform PLATFORM>
using olb::ConcretizableBlockData< D, T, U >::type = BlockData<D,T,U>

Definition at line 96 of file blockData.h.


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