UPstream_data_opType< BinaryOp, T > Struct Template Reference

Combined query of opType and the underlying basic data type. More...

Inheritance diagram for UPstream_data_opType< BinaryOp, T >:
Collaboration diagram for UPstream_data_opType< BinaryOp, T >:

Static Public Attributes

static constexpr auto opcode_id
 

Detailed Description

template<class BinaryOp, class T>
struct Foam::UPstream_data_opType< BinaryOp, T >

Combined query of opType and the underlying basic data type.

This handling may be simplified in the future...

Definition at line 604 of file UPstreamTraits.H.

Member Data Documentation

◆ opcode_id

constexpr auto opcode_id
static
Initial value:
= []() constexpr noexcept
{
if constexpr
(
UPstream_opType<BinaryOp>::value
&& UPstream_basic_dataType<T>::value
)
else
}()

Definition at line 612 of file UPstreamTraits.H.


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