|
My Project
|
Provides the member typedef type which is the same as T if B is true, otherwise is the same as F. More...
#include <conditional.hpp>
Public Types | |
| using | type = T |
| provides the member typedef "type" | |
Provides the member typedef type which is the same as T if B is true, otherwise is the same as F.
| B | the conditional parameter |
| T | the type to return if B is true |
| F | the type to return if B is false |
1.8.15