Loading...
Searching...
No Matches
endExpr.hpp
Go to the documentation of this file.
1
2#pragma once
3
5
6namespace by {
13 class _nout endExpr: public blockExpr {
15
16 public:
17 endExpr(const blockExpr& blk);
18
19 public:
20 str infer() const override;
21 };
22
23 template <typename T, typename TACTIC> class tnarr;
25}
Block expression.
Definition blockExpr.hpp:24
End keyword expression.
Definition endExpr.hpp:13
str infer() const override
Definition tnarr.hpp:9
to Top