Platform.Hashing.TemplateLibrary
0.0.3
See the version list below for details.
dotnet add package Platform.Hashing.TemplateLibrary --version 0.0.3
NuGet\Install-Package Platform.Hashing.TemplateLibrary -Version 0.0.3
<PackageReference Include="Platform.Hashing.TemplateLibrary" Version="0.0.3" />
<PackageVersion Include="Platform.Hashing.TemplateLibrary" Version="0.0.3" />
<PackageReference Include="Platform.Hashing.TemplateLibrary" />
paket add Platform.Hashing.TemplateLibrary --version 0.0.3
#r "nuget: Platform.Hashing.TemplateLibrary, 0.0.3"
#addin nuget:?package=Platform.Hashing.TemplateLibrary&version=0.0.3
#tool nuget:?package=Platform.Hashing.TemplateLibrary&version=0.0.3
LinksPlatform's Platform.Hashing is a Template Library what contains set of C++ abstract class templates. Use Platform.Hashing.h file to include the library.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
native | native is compatible. |
-
native 0.0
- Crc32C (>= 1.2.1)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Platform.Hashing.TemplateLibrary:
Package | Downloads |
---|---|
Platform.Ranges.TemplateLibrary
LinksPlatform's Platform.Ranges is a Template Library what contains set of C++ non-abstract class templates. Use Platform.Ranges.h file to include the library. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
0.5.6 | 218 | 7/20/2023 |
0.5.5 | 223 | 7/4/2023 |
0.5.4 | 229 | 7/2/2023 |
0.5.3 | 222 | 7/2/2023 |
0.5.2 | 228 | 7/2/2023 |
0.5.1 | 205 | 6/29/2023 |
0.5.0 | 206 | 6/19/2023 |
0.4.0 | 471 | 10/28/2022 |
0.3.0 | 507 | 6/30/2022 |
0.2.0 | 778 | 8/20/2021 |
0.1.0 | 1,332 | 7/7/2021 |
0.0.3 | 1,215 | 3/17/2020 |
0.0.2 | 556 | 3/16/2020 |
0.0.1 | 573 | 3/16/2020 |
Hash overload with multiple arguments now uses rvalue reference.
Added support for passing complex types into Hash function.
Fixed bug with incorrect static_cast.