You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The C++ type `jlcxx::SingletonType` maps to the Julia `Type` parametric type (e.g. `jlcxx::SingletonType<double>` becomes `Type{Float64}`). This can be used to make C++ functions that dispatch on a type argument:
0 commit comments