* @brief Exports this entire view. Not an STL function, but useful for concatenations. * The STL variant expects at least two arguments. */
| 2998 | * The STL variant expects at least two arguments. |
| 2999 | */ |
| 3000 | size_type copy(value_type *destination) const noexcept { return view().copy(destination); } |
| 3001 | |
| 3002 | #pragma endregion |
| 3003 |
no outgoing calls