|
welder 0.1.0
Bindings for annotated C++ types, from C++26 reflection
|
Does rod B implement the optional bind_container hook (i.e. More...
#include <welder/containers.hpp>
Does rod B implement the optional bind_container hook (i.e.
can it bind STL containers opaquely)? Only the Python rods do — the Lua runtimes already give containers structural reference semantics, so they never define it and a welded container alias is diagnosed for them. Detected by shape, exactly as the other optional rod hooks are (a requires-expression, so no body is instantiated).
| B | the rod. |
Definition at line 121 of file containers.hpp.