| igraph Reference Manual |
|---|
void igraph_strvector_destroy(igraph_strvector_t *sv);
Destroy a string vector. It may be reinitialized with igraph_strvector_init() later.
Arguments:
sv: |
The string vector. |
Time complexity: O(l), the total length of the strings, maybe less depending on the memory manager.
<< 8.2. igraph_strvector_copy — Initialization by copying. |
8.4. STR — Indexing string vectors >> |