MCPcopy Create free account
hub / github.com/David-Haim/concurrencpp / is_inlinable

Method is_inlinable

include/concurrencpp/task.h:123–125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

121
122 public:
123 static constexpr bool is_inlinable() noexcept {
124 return std::is_nothrow_move_constructible_v<callable_type> && sizeof(callable_type) <= task_constants::buffer_size;
125 }
126
127 template<class passed_callable_type>
128 static void build(void* dst, passed_callable_type&& callable) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected