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