Lines Matching full:cxx
12 by the CXX bridge to return Result, the program calls C++'s `std::terminate`.
17 declared by the CXX bridge to return Result, a message is logged and the program
25 Note that the return type written inside of cxx::bridge must be written without
33 #[cxx::bridge]
54 The exception that gets thrown by CXX on the C++ side is always of type
59 // rust/cxx.h
83 Note that the return type written inside of cxx::bridge must be written without
85 FFI. The resulting error type created by CXX when an `extern "C++"` function
86 throws will always be of type **[`cxx::Exception`]**.
88 [`cxx::Exception`]: https://docs.rs/cxx/*/cxx/struct.Exception.html
93 #[cxx::bridge]
113 headers `include!`'d by your cxx::bridge.
128 The default `trycatch` used by CXX if you have not provided your own is the