13 lines
271 B
C++
13 lines
271 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 */
|