April 29, 2008 Learn » Re: Unexpected type names with template typedefs | |||
|---|---|---|---|
| |||
...if it is correct. Seeing as the typedef maps to a template instantiation that would... | |||
April 29, 2008 Learn » Re: Unexpected type names with template typedefs | |||
|---|---|---|---|
| |||
...case than what you want, namely the typedef rater than the name of the template... | |||
April 29, 2008 Learn » Unexpected type names with template typedefs | |||
|---|---|---|---|
| |||
...foo(T)
{
T value;
}
template bar(T)
{
typedef foo!(T) bar;
}
void main(string[] args... | |||
April 27, 2008 Issues » [Issue 2049] New: .init Property documentation | |||
|---|---|---|---|
| |||
...new spec. int a; int b = 1; typedef int t = 2; t c; t d... | |||
April 27, 2008 Issues » [Issue 2045] New: .init Property documentation | |||
|---|---|---|---|
| |||
...new spec. int a; int b = 1; typedef int t = 2; t c; t d... | |||
April 18, 2008 General » Array of interfaces static initialization | |||
|---|---|---|---|
| |||
Hello. I've got following array: typedef iObject[] paramList; and following object architecture: abstract class... | |||
April 13, 2008 General » Re: Alias question ( 1.0 ) | |||
|---|---|---|---|
| |||
...alias type works analogously to C's typedef. An alias declaration gives an alternate name... | |||
April 06, 2008 GDC » Re: [Issue 1968] New: boxer.d does not work | |||
|---|---|---|---|
| |||
...29 +553,9 @@
while ( (ttd = cast(TypeInfo_Typedef) ti) !is null )
ti = ttd.base;
-
- if... | |||
April 01, 2008 GDC » [Issue 1968] New: boxer.d does not work | |||
|---|---|---|---|
| |||
...28 +516,128 @@
while ( (ttd = cast(TypeInfo_Typedef) ti) !is null )
ti = ttd.base;
- if... | |||
March 29, 2008 General » Re: Small feature request | |||
|---|---|---|---|
| |||
...but you can do this:
class Buffer {
typedef int BufSize_t = 4096;
BufSize_t bufsize... | |||
Copyright © 1999-2021 by the D Language Foundation