llvm-project
17784e8d - [support] Add packed_endian_specific_integral::value() (#147974)

Commit
150 days ago
[support] Add packed_endian_specific_integral::value() (#147974) They are already implicitly convertible to the underlying type, but that doesn't work in some contexts, and it can be useful to get the underlying value without needing the remember/guess the right type. I converted a couple of call sites to demonstrate usefulness, but there's likely more of them. I know at least of at least a few in LLDB, but I don't want to make this a cross-project patch.
Author
Parents
Loading