Support testing/clearing Assignable_Proxy_Function's callable#480
Support testing/clearing Assignable_Proxy_Function's callable#480totalgee wants to merge 1 commit into
Conversation
- add `operator bool()` cast to test if an Assignable_Proxy_Function has a callable. - add `clear()` to reset/empty the callable function. - include new compiled test case to work with (setting, testing, calling and clearing) callback functions in C++ objects.
|
Incidentally, when I run |
|
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #480 +/- ##
==========================================
Coverage ? 68.97%
==========================================
Files ? 60
Lines ? 10506
Branches ? 0
==========================================
Hits ? 7246
Misses ? 3260
Partials ? 0 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
Issue this pull request references: #321
Changes proposed in this pull request
operator bool()cast to test if an Assignable_Proxy_Function has a callable.clear()to reset/empty the callable function.