Arc<> shared immutable pointer Arc< RwLock<> > access requester Indeed, if you are a Rust programmer you might be more comfortable using SaferCPlusPlus than traditional C++. The most commonly used reference type, the non-reassignable (non-mut) reference in Rust and the scope pointer in Safer...
In the comments I gave the options used for uncrustify on how to indent lambdas. Current behavior // indent_cpp_lambda_body = false // What I want const auto compare = [] (const auto i, const auto j) { return i >= j; }; // What probably nobody wants std::sort( vector.begin...