llama-cpp-d ~master (2026-03-20T18:06:26.5280947)
Dub
Repo
BackendGuard
llama
backend
Calls
llama_backend_free
when it goes out of scope.
struct
BackendGuard {
this
();
this(this)
;
~this
();
}
Constructors
this
this
()
Undocumented in source.
Destructor
~this
~this
()
Undocumented in source.
Postblit
this(this)
this(this)
Undocumented in source.
Meta
Source
See Implementation
llama
backend
functions
initBackend
loadAllBackends
structs
BackendGuard
Calls llama_backend_free when it goes out of scope.