Function make_shared

extern(C++) shared_ptr!T make_shared(T, Args...) (
  Args args
);

Binding

Needs to be instantiated on C++ side