https://mooseframework.inl.gov
Loading...
Searching...
No Matches
Static Public Member Functions | List of all members
CompileTimeDerivatives::CTNullBase Class Reference

#include <CompileTimeDerivatives.h>

Inheritance diagram for CompileTimeDerivatives::CTNullBase:
[legend]

Static Public Member Functions

static constexpr int precedence ()
 precedence should reflect C++ operator precedence exactly (higher is binding tighter)
 
static constexpr bool leftAssociative ()
 left/right associative property should reflect C++ operator properties exactly
 

Detailed Description

Definition at line 33 of file CompileTimeDerivatives.h.

Member Function Documentation

◆ leftAssociative()

static constexpr bool CompileTimeDerivatives::CTBase::leftAssociative ( )
inlinestaticconstexprinherited

left/right associative property should reflect C++ operator properties exactly

Definition at line 31 of file CompileTimeDerivatives.h.

31{ return false; }

◆ precedence()

static constexpr int CompileTimeDerivatives::CTBase::precedence ( )
inlinestaticconstexprinherited

precedence should reflect C++ operator precedence exactly (higher is binding tighter)

Definition at line 29 of file CompileTimeDerivatives.h.

29{ return 0; }

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