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
args
The 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
.
Ice
Generated by
1.14.0