Searched defs:is_shared_ptr (Results 1 – 4 of 4) sorted by relevance
36 struct is_shared_ptr : public std::false_type {}; struct
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()