https://github.com/masteradamant/parameter
Parameter is class that takes a value of any type and converts it to a void pointer. It can then be converted to any desired type. The advantage of this class is that it's a solution for passing any arguments without templates and pointers. Warning: only works reliably with standard C/C++ types, the behavior of instances of other types is ambiguous
https://github.com/masteradamant/parameter
cpp cpp11
Last synced: over 1 year ago
JSON representation
Parameter is class that takes a value of any type and converts it to a void pointer. It can then be converted to any desired type. The advantage of this class is that it's a solution for passing any arguments without templates and pointers. Warning: only works reliably with standard C/C++ types, the behavior of instances of other types is ambiguous
- Host: GitHub
- URL: https://github.com/masteradamant/parameter
- Owner: MasterAdamant
- License: gpl-3.0
- Created: 2025-01-30T13:43:48.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-30T19:31:12.000Z (over 1 year ago)
- Last Synced: 2025-01-30T20:25:21.083Z (over 1 year ago)
- Topics: cpp, cpp11
- Language: C++
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- License: LICENSE