macro_rules! block_constructors {
($($tt:tt)*) => { ... };
}
Expand description
Avoid generating implicit constructors for this type. The rules for when to generate C++ implicit constructors are complex, and if autocxx gets it wrong, you can block such constructors using this.
A directive to be included inside include_cpp - see include_cpp for general information.