[C++] 0.0.13
https://www.nuget.org/packages/Platform.Delegates.TemplateLibrary/0.0.13
Delegate<> class CreateDelegate methods moved directly to Platform.Delegates namespace.
Added assignment operator overloads for possible input types to simplify convertation from lambdas with better type inference.
Refactoring:
- no need to repeat type parameters in the template's type name),
- private method renamed,
- include directives uptimized to allow inclusion of any single header file,
- code format fix.