Searched refs:inner_ptr (Results 1 – 1 of 1) sorted by relevance
27 typedef decltype(val(make<thing>())) inner_ptr; typedef32 inner_ptr &&alloc();33 void free(inner_ptr&&);43 typedef ptr<inner> inner_ptr; typedef49 ~thing() { traits.free(static_cast<inner_ptr&&>(val)); } in ~thing()52 inner_ptr val;54 friend inner_ptr val(const thing &t) { return t.val; } in val()