Skip to content

writeList

Synopsis

Declared in <support/DoublyLinkedList.h>

template<class T>
void
writeList(
    DoublyLinkedListWrap<T> const& list,
    std::ostream& out);

Created with MrDocs