Template Struct CloneFn

Struct Documentation

template<bool NoThrow, typename T, typename A, typename C>
struct CloneFn

Public Functions

inline VEG_INLINE auto operator() () VEG_NOEXCEPT_IF(NoThrow) -> T

Public Members

RefMut<A> alloc
RefMut<C> cloner
T const *in