14namespace opcua::detail {
18ClientContext* getContext(
UA_Client* client)
noexcept;
19ClientContext& getContext(Client& client)
noexcept;
20ExceptionCatcher* getExceptionCatcher(
UA_Client* client)
noexcept;
21ExceptionCatcher& getExceptionCatcher(Client& client)
noexcept;
22UA_Client* getHandle(Client& client)
noexcept;