OpenLB 1.7
Loading...
Searching...
No Matches
Public Types | Static Public Member Functions | List of all members
olb::descriptors::DESCRIPTOR_TAG Struct Reference

Base of a descriptor tag. More...

#include <descriptorTag.h>

+ Inheritance diagram for olb::descriptors::DESCRIPTOR_TAG:
+ Collaboration diagram for olb::descriptors::DESCRIPTOR_TAG:

Public Types

template<typename T >
using value_type = void
 

Static Public Member Functions

template<unsigned , unsigned >
static constexpr unsigned size ()
 

Detailed Description

Base of a descriptor tag.

Definition at line 39 of file descriptorTag.h.

Member Typedef Documentation

◆ value_type

template<typename T >
using olb::descriptors::DESCRIPTOR_TAG::value_type = void

Definition at line 47 of file descriptorTag.h.

Member Function Documentation

◆ size()

template<unsigned , unsigned >
static constexpr unsigned olb::descriptors::DESCRIPTOR_TAG::size ( )
inlinestaticconstexpr

Definition at line 41 of file descriptorTag.h.

42 {
43 return 0; // a tag doesn't have a size
44 }

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