コード例 #1
0
    /// notifes the SequenceView of the elimination of all elements from the sequence
    static void clear(SequenceView& view)
    {
        using adobe::clear;

        clear(view);
    }