Searched defs:lsp_if_not_array (Results 1 – 1 of 1) sorted by relevance
29 template<class T> struct lsp_if_not_array struct31 typedef boost::local_shared_ptr<T> type;34 template<class T> struct lsp_if_not_array<T[]> struct38 template<class T, std::size_t N> struct lsp_if_not_array<T[N]> struct