MCPcopy Create free account
hub / github.com/CppCXY/EmmyLuaCodeStyle / query_helper

Function query_helper

3rd/asio-1.24.0/include/asio/strand.hpp:418–422  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

416
417 template <typename Property>
418 typename query_result<const Executor&, Property>::type query_helper(
419 false_type, const Property& property) const
420 {
421 return asio::query(executor_, property);
422 }
423
424 template <typename Property>
425 execution::blocking_t query_helper(true_type, const Property& property) const

Callers

nothing calls this directly

Calls 1

queryFunction · 0.85

Tested by

no test coverage detected