ldionne on gh-pages
Update benchmarks to 490dbf6 fo… (compare)
ldionne on gh-pages
Update benchmarks to 490dbf6 fo… (compare)
ldionne on gh-pages
Update benchmarks to 490dbf6 fo… (compare)
ldionne on gh-pages
Update benchmarks to 490dbf6 fo… (compare)
ldionne on gh-pages
Update benchmarks to 490dbf6 fo… (compare)
result2
and it becomes less confusing
auto member_name_var = converter(member_name)
at_key
you should not need the variant anymore
member_name_var.index()
which is visited as I
active_member
is incorrect
Member
would be the type of member
unless what you want is MemberName
the type of a compile-time string. (which I don't think you want)
hana::at_key(result, MemberName{})
auto& member = boost::hana::at_key(result, mp_at_c<decltype(member_name_var), I>);
I
being the index
using MemberName =
the error will be more obvious
value
?
hana::string<'t', 'i', 'm', 'e', 'r'>{}