JuliaInterop / Cxx.jl

The Julia C++ Interface
Other
760 stars 107 forks source link

Document ":=" operator #386

Open philtomson opened 6 years ago

philtomson commented 6 years ago

was just watching the C++ Now presentation on Julia and C++ (https://www.youtube.com/watch?v=hvnxY3NjHQ4) and noticed in the section on Cxx.jl (around 48 minutes in) that there is a special assignment syntax in the REPL ":=" for assigning C++ results back to a Julia variable.

I don't see this documented anywhere here in the docs.