Ice 3.8
C++ API Reference
Loading...
Searching...
No Matches

◆ createProperties()

template<class... T>
PropertiesPtr Ice::createProperties ( T &&... args)
inline

Creates a new shared Properties object.

Parameters
argsThe arguments to forward to make_shared<Properties>.
Returns
A new property set.
Remarks
This function is provided for backwards compatibility. New code should call std::make_shared<Properties> directly.

Definition at line 299 of file Properties.h.