OpenLB 1.7
Loading...
Searching...
No Matches
Public Types | List of all members
olb::descriptors::VALUED_DESCRIPTOR< T, DESCRIPTOR > Struct Template Reference

Pair of base value and descriptor type. More...

#include <descriptorBase.h>

+ Collaboration diagram for olb::descriptors::VALUED_DESCRIPTOR< T, DESCRIPTOR >:

Public Types

using value_t = T
 
using descriptor_t = DESCRIPTOR
 

Detailed Description

template<typename T, typename DESCRIPTOR>
struct olb::descriptors::VALUED_DESCRIPTOR< T, DESCRIPTOR >

Pair of base value and descriptor type.

Definition at line 172 of file descriptorBase.h.

Member Typedef Documentation

◆ descriptor_t

template<typename T , typename DESCRIPTOR >
using olb::descriptors::VALUED_DESCRIPTOR< T, DESCRIPTOR >::descriptor_t = DESCRIPTOR

Definition at line 174 of file descriptorBase.h.

◆ value_t

template<typename T , typename DESCRIPTOR >
using olb::descriptors::VALUED_DESCRIPTOR< T, DESCRIPTOR >::value_t = T

Definition at line 173 of file descriptorBase.h.


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