OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ASIO_COMPLETION_HANDLER_CHECK
(Results
1 - 2
of
2
) sorted by null
/external/parameter-framework/asio-1.10.6/include/asio/impl/
io_service.hpp
75
ASIO_COMPLETION_HANDLER_CHECK
(CompletionHandler, handler) type_check;
92
ASIO_COMPLETION_HANDLER_CHECK
(CompletionHandler, handler) type_check;
/external/parameter-framework/asio-1.10.6/include/asio/detail/
handler_type_requirements.hpp
112
#define
ASIO_COMPLETION_HANDLER_CHECK
( handler_type, handler) typedef ASIO_HANDLER_TYPE(handler_type, void()) asio_true_handler_type; ASIO_HANDLER_TYPE_REQUIREMENTS_ASSERT( sizeof(asio::detail::zero_arg_handler_test( asio::detail::clvref< asio_true_handler_type>(), 0)) == 1, "CompletionHandler type requirements not met") typedef asio::detail::handler_type_requirements< sizeof( asio::detail::argbyv( asio::detail::clvref< asio_true_handler_type>())) + sizeof( asio::detail::lvref< asio_true_handler_type>()(), char(0))> ASIO_UNUSED_TYPEDEF
139
#define
ASIO_COMPLETION_HANDLER_CHECK
( handler_type, handler) typedef int ASIO_UNUSED_TYPEDEF
Completed in 1403 milliseconds