Searched defs:pod_array (Results 1 – 5 of 5) sorted by relevance
32 pod_array() : m_size(0), m_capacity(0), m_array(0) {} in pod_array() function138 template<class T> pod_array<T>::pod_array(unsigned cap, unsigned extra_tail) : in pod_array() function140 template<class T> pod_array<T>::pod_array(const pod_array<T>& v) : in pod_array() function
29 POD pod_array[2][3]; member
31 POD pod_array[2][3]; member