13 lines
275 B
C++
13 lines
275 B
C++
/** @file LambdaExpr.hpp
|
|
*
|
|
* @author Roland Conybeare, Feb 2026
|
|
**/
|
|
|
|
#pragma once
|
|
|
|
#include "DLambdaExpr.hpp"
|
|
#include "detail/IExpression_DLambdaExpr.hpp"
|
|
#include "detail/IGCObject_DLambdaExpr.hpp"
|
|
#include "detail/IPrintable_DLambdaExpr.hpp"
|
|
|
|
/* end LambdaExpr.hpp */
|