Home
last modified time | relevance | path

Searched defs:lsp_if_not_array (Results 1 – 1 of 1) sorted by relevance

/external/sdv/vsomeip/third_party/boost/smart_ptr/include/boost/smart_ptr/
Dmake_local_shared_object.hpp29 template<class T> struct lsp_if_not_array struct
31 typedef boost::local_shared_ptr<T> type;
34 template<class T> struct lsp_if_not_array<T[]> struct
38 template<class T, std::size_t N> struct lsp_if_not_array<T[N]> struct