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

◆ ice_isA()

bool Ice::ObjectPrx::ice_isA ( std::string_view typeId,
const Ice::Context & context = Ice::noExplicitContext ) const
nodiscard

Tests whether this object supports a specific Slice interface.

Parameters
typeIdThe type ID of the Slice interface to test against.
contextThe request context.
Returns
true if the target object implements the Slice interface specified by typeId or implements a derived interface, false otherwise.