| Type | info |
| Title | C++-UNO Sequence generator |
| Posted by | [EMAIL PROTECTED] |
| Affected | -, |
| Effective from | cws dbo510 |
Summary
header file: comphelper/makesequence.hxx
[namespace comphelper]
+ template <typename T> inline ::com::sun::star::uno::Sequence<T> makeSequence( T const& element0, T const& element1, ... );
Description
/** The following preprocessor repetitions generate functions like
<pre>
template <typename T>
inline ::com::sun::star::uno::Sequence<T> makeSequence(
T const& element0, T const& element1, ... );
</pre>
which make a sequence out of the passed elements.
The maximum number of elements can be set by defining
COMPHELPER_MAKESEQUENCE_MAX_ARGS; its default is 12.
*/
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
