Luna::direct_construct

template <typename _Iter, typename...>
void direct_construct(_Iter dst, _Args &&... args)

Calls the direct constructor for the object.

Parameters

  • in dst

    An iterator to the object to be constructed.

  • in args

    Arguments that will be passed to the constructor.