|
welder 0.1.0
Bindings for annotated C++ types, from C++26 reflection
|
#include <welder/bind_traits.hpp>
Static Public Member Functions | |
| static bool | call (const A &a, const B &b) |
| Evaluate a OP b through C++'s rewriting rules. | |
Definition at line 359 of file bind_traits.hpp.
|
inlinestatic |
Evaluate a OP b through C++'s rewriting rules.
| a | the left operand. |
| b | the right operand. |
Definition at line 363 of file bind_traits.hpp.
References welder::detail::gt, welder::detail::le, and welder::detail::lt.
Referenced by welder::rods::luabridge::rod::_try_cmp().