HelenOS sources
element_type 47 uspace/lib/cpp/include/__bits/memory/pointer_traits.hpp using element_type = typename aux::ptr_get_element_type<Ptr>::type;
element_type 65 uspace/lib/cpp/include/__bits/memory/pointer_traits.hpp using element_type = T;
element_type 69 uspace/lib/cpp/include/__bits/memory/shared_ptr.hpp using element_type = T;
element_type 94 uspace/lib/cpp/include/__bits/memory/unique_ptr.hpp using element_type = T;
element_type 292 uspace/lib/cpp/include/__bits/memory/unique_ptr.hpp using element_type = T;
element_type 49 uspace/lib/cpp/include/__bits/memory/weak_ptr.hpp using element_type = T;
element_type 42 uspace/lib/cpp/src/__bits/test/memory.cpp using element_type = int;
element_type 61 uspace/lib/cpp/src/__bits/test/memory.cpp using element_type = signed char;
HelenOS homepage, sources at GitHub