Home
last modified time | relevance | path

Searched refs:ZMQ_IS_TRIVIALLY_COPYABLE (Results 1 – 2 of 2) sorted by relevance

/dports/net/cppzmq/cppzmq-4.8.1/tests/
H A Dsocket_ref.cpp10 static_assert(ZMQ_IS_TRIVIALLY_COPYABLE(zmq::socket_ref),
/dports/net/cppzmq/cppzmq-4.8.1/
H A Dzmq.hpp193 #define ZMQ_IS_TRIVIALLY_COPYABLE(T) __has_trivial_copy(T) macro
196 #define ZMQ_IS_TRIVIALLY_COPYABLE(T) std::is_trivially_copyable<T>::value macro
476 && ZMQ_IS_TRIVIALLY_COPYABLE(detail::range_value_t<Range>)
1198 ZMQ_IS_TRIVIALLY_COPYABLE(T) && std::is_standard_layout<T>::value;