Searched refs:alias_ptr (Results 1 – 1 of 1) sorted by relevance
124 void construct(value_and_holder &v_h, Alias<Class> *alias_ptr, bool) { in construct() argument125 no_nullptr(alias_ptr); in construct()126 v_h.value_ptr() = static_cast<Cpp<Class> *>(alias_ptr); in construct()