Lecture 6 - Slide 34 : 40 |
Selection between types is supported by the struct conditional in <type_traits>
We first show an example that uses conditional - after that the struct itself is studied
![]() | An sample use of conditional. |
![]() | Same - syntactically embellished. |
![]() | Use of my_conditional - in the example from above. |