You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// | Graph | The type of the source graph, which will be automatically deduced from the function argument. | [**c_graph**](gl_concepts.md#gl-traits-c-graph) |
155
167
/// @param source The graph to convert. After the operation it will be left in a valid, empty state.
156
168
/// @return A new graph containing the moved data, structured according to TargetImplTag.
169
+
/// ### See Also
170
+
/// - @ref gl::traits::swap_impl_tag "swap_impl_tag" : For the trait used to resolve the target graph type with the swapped implementation tag.
0 commit comments