Luna::default_construct
template <typename _Iter>
void default_construct(_Iter dst)
Calls the default constructor for the object.
Parameters
-
in dst
An iterator to the object to be constructed.
template <typename _Iter>
void default_construct(_Iter dst)
Calls the default constructor for the object.
in dst
An iterator to the object to be constructed.