Lines Matching full:cxx
12 sensitive but CXX will topologically sort and forward-declare your types as
20 #[cxx::bridge]
46 base type decided by CXX.
108 #[cxx::bridge]
130 #[cxx::bridge]
145 By default CXX represents your enum using the smallest integer type capable of
150 #[cxx::bridge]
181 #[cxx::bridge]
195 CXX will recognize this pattern and, instead of generating a C++ definition of
201 discriminants, repr). Again, CXX will static assert that all of those things you
206 The following standard traits are supported in `derive(...)` within the CXX
223 #[cxx::bridge]