MCPcopy Create free account
hub / github.com/cztomczak/cefpython / BindState

Class BindState

src/include/base/internal/cef_bind_internal.h:2850–2850  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2848// (ab)using a function type.
2849template <typename Runnable, typename RunType, typename BoundArgsType>
2850struct BindState;
2851
2852template <typename Runnable, typename RunType>
2853struct BindState<Runnable, RunType, void()> : public BindStateBase {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected