Good practices, useful tools, tips and tricks etc. for embedded developers. All in one place.
template <auto V> static constexpr auto force_consteval = V;
#define STRINGHASH(str) force_consteval<stringhash(str)>
No comments:
Post a Comment