Skip to content

AppendSTLSet::AppendSTLSet

Construct from set

Synopsis

Declared in <support/PtrSet.h>

AppendSTLSet(std::set<T, std::less<T>>& r);

Parameters

Name

Description

r

The object to copy construct from

Created with MrDocs