multiset::multiset - create - directory - wide


template <class t, class less>
multiset<t,less>::multiset(const wchar_t* name,
        const wchar_t* directory)

This constructor creates a multiset.

Parameters

const wchar_t* name

The name of the multiset.

const wchar_t* directory

The directory of the multiset.

Notes

The template parameter less is used to compare elements when placing them in the multiset. this parameter defaults to the class less, which means that the less than operator for the type t is used.