#include <static_storage.h>
|
| template<typename F , typename T > |
| static F | _copy_n (F first, std::size_t n, T *dest) |
| |
| template<typename F , typename T > |
| static F | _move_n (F first, std::size_t n, T *dest) |
| |
◆ _copy_n()
template<typename F , typename T >
| static F emlabcpp::static_storage_base::_copy_n |
( |
F |
first, |
|
|
std::size_t |
n, |
|
|
T * |
dest |
|
) |
| |
|
inlinestatic |
◆ _move_n()
template<typename F , typename T >
| static F emlabcpp::static_storage_base::_move_n |
( |
F |
first, |
|
|
std::size_t |
n, |
|
|
T * |
dest |
|
) |
| |
|
inlinestatic |
The documentation for this struct was generated from the following file: