libzmq
src
mtrie.hpp
Go to the documentation of this file.
1
/* SPDX-License-Identifier: MPL-2.0 */
2
3
#ifndef __ZMQ_MTRIE_HPP_INCLUDED__
4
#define __ZMQ_MTRIE_HPP_INCLUDED__
5
6
#include "
generic_mtrie.hpp
"
7
8
#if __cplusplus >= 201103L || (defined(_MSC_VER) && _MSC_VER > 1600)
9
#define ZMQ_HAS_EXTERN_TEMPLATE 1
10
#else
11
#define ZMQ_HAS_EXTERN_TEMPLATE 0
12
#endif
13
14
namespace
zmq
15
{
16
class
pipe_t;
17
18
#if ZMQ_HAS_EXTERN_TEMPLATE
19
extern
template
class
generic_mtrie_t<pipe_t>
;
20
#endif
21
22
typedef
generic_mtrie_t<pipe_t>
mtrie_t
;
23
}
24
25
#endif
generic_mtrie.hpp
zmq
Definition:
zmq.hpp:229
zmq::generic_mtrie_t< pipe_t >
zmq::mtrie_t
generic_mtrie_t< pipe_t > mtrie_t
Definition:
mtrie.hpp:16
libaditof
Author(s):
autogenerated on Wed May 21 2025 02:06:57