#include <pod_vector.h>
| Public Member Functions | |
| Memcpy (const T *first) | |
| void | operator() (T *out, std::size_t n) const | 
| Public Attributes | |
| const T * | first_ | 
Definition at line 84 of file util/pod_vector.h.
| bk_lib::detail::Memcpy< T >::Memcpy | ( | const T * | first | ) |  [inline] | 
Definition at line 85 of file util/pod_vector.h.
| void bk_lib::detail::Memcpy< T >::operator() | ( | T * | out, | 
| std::size_t | n | ||
| ) | const  [inline] | 
Definition at line 86 of file util/pod_vector.h.
| const T* bk_lib::detail::Memcpy< T >::first_ | 
Definition at line 89 of file util/pod_vector.h.