#include <pod_vector.h>
Public Member Functions | |
Copy (Iter first, Iter last) | |
template<class T > | |
void | operator() (T *out, std::size_t n) const |
Public Attributes | |
Iter | first_ |
Iter | last_ |
Definition at line 76 of file util/pod_vector.h.
bk_lib::detail::Copy< Iter >::Copy | ( | Iter | first, |
Iter | last | ||
) | [inline] |
Definition at line 77 of file util/pod_vector.h.
void bk_lib::detail::Copy< Iter >::operator() | ( | T * | out, |
std::size_t | n | ||
) | const [inline] |
Definition at line 79 of file util/pod_vector.h.
Iter bk_lib::detail::Copy< Iter >::first_ |
Definition at line 80 of file util/pod_vector.h.
Iter bk_lib::detail::Copy< Iter >::last_ |
Definition at line 81 of file util/pod_vector.h.