All Classes Namespaces Functions Variables Typedefs Enumerations Friends
ucx.h
1 
5 #pragma once
6 
7 #include <string>
8 
9 #include <ucp/api/ucp.h>
10 
11 namespace ucxx {
12 
13 namespace utils {
14 
56 void ucsErrorThrow(const ucs_status_t status, const std::string& userMessage = "");
57 
58 } // namespace utils
59 
60 } // namespace ucxx
Definition: address.h:15