| igraph Reference Manual |
|---|
#define STR(sv,i)
This is a macro which allows to query the elements of a string vector in
simpler way than igraph_strvector_get(). Note this macro cannot be
used to set an element, for that use igraph_strvector_set().
Arguments:
sv: |
The string vector |
i: |
The the index of the element. |
Returns:
|
The element at position |
Time complexity: O(1).
<< 8.3. igraph_strvector_destroy — Free allocated memory |
8.5. igraph_strvector_get — Indexing >> |