NewLang Project
Yet another programm language
Loading...
Searching...
No Matches
newlang::VariablePair Struct Reference

#include <types.h>

Static Public Member Functions

static VariablePair Create (TermPtr term, Variable d)
 
template<typename D >
static std::enable_if<!std::is_same< Variable, D >::value, VariablePair >::type Create (TermPtr term, D d)
 

Public Attributes

TermPtr term
 
Variable var
 

Detailed Description

Definition at line 186 of file types.h.

Member Function Documentation

◆ Create() [1/2]

◆ Create() [2/2]

template<typename D >
static std::enable_if<!std::is_same< Variable, D >::value, VariablePair >::type newlang::VariablePair::Create ( TermPtr term,
D d )
inlinestatic

Definition at line 196 of file types.h.

References term.

Member Data Documentation

◆ term

◆ var


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