subrepo: subdir: "xo-expression2" merged: "9823ce36" upstream: origin: "git@github.com:Rconybea/xo-expression2.git" branch: "main" commit: "9823ce36" git-subrepo: version: "0.4.9" origin: "???" commit: "???"
13 lines
269 B
C++
13 lines
269 B
C++
/** @file ApplyExpr.hpp
|
|
*
|
|
* @author Roland Conybeare, Feb 2026
|
|
**/
|
|
|
|
#pragma once
|
|
|
|
#include "DApplyExpr.hpp"
|
|
#include "detail/IExpression_DApplyExpr.hpp"
|
|
#include "detail/IGCObject_DApplyExpr.hpp"
|
|
#include "detail/IPrintable_DApplyExpr.hpp"
|
|
|
|
/* end ApplyExpr.hpp */
|