Files
sdbus-cpp/tests/integrationtests
Stanislav Angelovič 3de2812a60 refactor: use optional for passing potential call errors (#396)
This switches from a raw pointer to std::optional type to pass prospective call errors to the client (using std::optional was not possible years back when sdbus-c++ was based on C++14). This makes the API a little clearer, safer, idiomatically more expressive, and removes potential confusion associated with raw pointers (like ownership, lifetime questions, etc.).
2024-04-24 20:20:29 +02:00
..
2021-04-13 15:59:35 +02:00
2024-04-16 22:48:34 +02:00