14namespace opcua::detail {
18ServerContext* getContext(
UA_Server* server)
noexcept;
19ServerContext& getContext(Server& server)
noexcept;
20ExceptionCatcher* getExceptionCatcher(
UA_Server* server)
noexcept;
21ExceptionCatcher& getExceptionCatcher(Server& server)
noexcept;
22UA_Server* getHandle(Server& server)
noexcept;