An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project