Iros
Loading...
Searching...
No Matches
method.h
Go to the documentation of this file.
1
#pragma once
2
3
#include "
di/meta/language.h
"
4
5
namespace
di::types
{
6
template
<
typename
T, concepts::LanguageFunction S>
7
struct
Method
{
8
using
Type
=
Method
;
9
using
Tag
= T;
10
using
Signature
= S;
11
};
12
}
13
14
namespace
di
{
15
using
types::Method
;
16
}
language.h
di::types
Definition
method.h:5
di
Definition
zstring_parser.h:9
di::types::Method
Definition
method.h:7
di::types::Method::Signature
S Signature
Definition
method.h:10
di::types::Method::Type
Method Type
Definition
method.h:8
di::types::Method::Tag
T Tag
Definition
method.h:9
libs
di
include
di
any
types
method.h
Generated by
1.13.0