| auto eve::bit_cast_alternative | ( | C | c, |
| as< Tgt > | tgt ) |
Required header: #include <eve/conditional.hpp>
Creates a eve::conditional_expr by bitcasting the alternative value of c to a new type, Tgt, if any is present.
| c | eve::conditional_expr to transform |
| tgt | Target type |