| 2100 | } // namespace detail |
| 2101 | |
| 2102 | struct from_handle_t |
| 2103 | { |
| 2104 | struct _private |
| 2105 | { |
| 2106 | }; // disabling use other than with from_handle |
| 2107 | ZMQ_CONSTEXPR_FN ZMQ_EXPLICIT from_handle_t(_private /*p*/) ZMQ_NOTHROW {} |
| 2108 | }; |
| 2109 | |
| 2110 | ZMQ_CONSTEXPR_VAR from_handle_t from_handle = |
| 2111 | from_handle_t(from_handle_t::_private()); |