mirror of
https://github.com/ChaiScript/ChaiScript.git
synced 2025-12-06 16:57:04 +08:00
- Conversions are only attempted on a dispatch - Conversions are only attempted after a normal dispatch has failed - Conversions are only attempted if exactly one function matches the signature of the parameters passed in - excluding the mismatched arithmetic parameters - This feature should not be relied on in performance critical code overhead is added for each function call that requires a conversion to execute, see the tests performed above. |
||
|---|---|---|
| .. | ||
| bad_boxed_cast.hpp | ||
| bind_first.hpp | ||
| bootstrap_stl.hpp | ||
| bootstrap.hpp | ||
| boxed_cast_helper.hpp | ||
| boxed_cast.hpp | ||
| boxed_number.hpp | ||
| boxed_value.hpp | ||
| dispatchkit.hpp | ||
| dynamic_cast_conversion.hpp | ||
| dynamic_object.hpp | ||
| exception_specification.hpp | ||
| function_call_detail.hpp | ||
| function_call.hpp | ||
| handle_return.hpp | ||
| operators.hpp | ||
| proxy_constructors.hpp | ||
| proxy_functions_detail.hpp | ||
| proxy_functions.hpp | ||
| register_function.hpp | ||
| type_info.hpp | ||