Select one of two arbitrary values. More...
Select one of two arbitrary values.
A template that sets a constexpr const member variable value
with either the true or false entry based on the value passed in the first term.
B | Bool to determine whether to return the _True or _False value. |
T | Type of the return value, must be a non floating point data type. |
_True | Value to return if B is true. |
_False | Value to return if B is false. |