Searched defs:adapt_array (Results 1 – 1 of 1) sorted by relevance
27 struct adapt_array<boost::array<T, N> > struct29 typedef boost::array<T, N> array_type;31 adapt_array(array_type& arr) in adapt_array() argument35 bool push_back(typename array_type::value_type const& val) in push_back()46 array_type& arr_;47 std::size_t current_;57 struct adapt_array<boost::array<T, N> > struct59 typedef detail::adapt_array<boost::array<T, N> > type;65 adapt_array(boost::array<T, N>& arr) in adapt_array() function