MCPcopy Create free account
hub / github.com/celtera/libremidi / cannot_construct_error

Class cannot_construct_error

include/libremidi/system_error2.hpp:2295–2299  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2293}
2294
2295struct cannot_construct_error
2296{
2297 static constexpr bool value = false;
2298 using type = void;
2299};
2300
2301template <class... Args>
2302void construct_error_impl(cannot_construct_error, Args&&...) = delete;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected