Searched defs:is_shared_ptr (Results 1 – 3 of 3) sorted by relevance
18 struct is_shared_ptr<std::shared_ptr<T> > : std::true_type {}; struct
71 const bool is_shared_ptr; member82 inline registration::registration(type_info target_type, bool is_shared_ptr) in registration()
182 entry* get(type_info type, bool is_shared_ptr = false) in get()