Find link

language:

jump to random article

Find link is a tool written by Edward Betts.

searching for Type aliasing 1 found (2 total)

alternate case: type aliasing

C++11 (13,126 words) [view diff] exact match in snippet view article find links to article

SomeType<OtherType, Second, 5>; The using syntax can also be used as type aliasing in C++11: typedef void (*FunctionType)(double); // Old style using FunctionType