xtd
1.0.0
Toggle main menu visibility
Loading...
Searching...
No Matches
xtd.core
include
xtd
expressions
invocation_expression.hpp
Go to the documentation of this file.
1
4
#pragma once
5
#include "
expression.hpp
"
6
8
namespace
xtd
{
10
namespace
expressions
{
21
struct
invocation_expression :
private
expression {
22
protected
:
24
26
invocation_expression() =
default
;
28
};
29
}
30
}
31
expression.hpp
Contains xtd::expressions::expression struct.
xtd::expressions
The xtd::expressions namespace provides a lightweight, composable expression template framework for b...
Definition
add_expression.hpp:14
xtd
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition
abstract_object.hpp:8
Generated on
for xtd by
Gammasoft
. All rights reserved.