Append each of Values to container C.
Synopsis
Declared in <llvm/ADT/STLExtras.h>
template<
typename Container,
typename... Args>
void
append_values(
Container& C,
Args&&... Values);
Parameters
Name |
Description |
C |
Container to extend. |
Values |
Values inserted at the end of |
Created with MrDocs