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

Method value

3rd/asio-1.24.0/include/asio/execution/blocking.hpp:943–946  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

941 // && defined(ASIO_HAS_SFINAE_VARIABLE_TEMPLATES)
942
943 static ASIO_CONSTEXPR blocking_t<I> value()
944 {
945 return never_t();
946 }
947
948 friend ASIO_CONSTEXPR bool operator==(
949 const never_t&, const never_t&)

Callers

nothing calls this directly

Calls 1

never_tClass · 0.70

Tested by

no test coverage detected