Searched defs:pod_array (Results 1 – 3 of 3) sorted by relevance
36 pod_array() : m_size(0), m_capacity(0), m_array(0) {} in pod_array() function142 template<class T> pod_array<T>::pod_array(unsigned cap, unsigned extra_tail) : in pod_array() function144 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