macro_rules! exclude_impls {
($($tt:tt)*) => { ... };
}
Expand description
Whether to avoid generating cxx::UniquePtr
and cxx::Vector
implementations. This is primarily useful for reducing test cases and
shouldn’t be used in normal operation.
A directive to be included inside include_cpp - see include_cpp for general information.