My Project
|
Defines a conditional "if" statement for SFINAE overload resolution. If B is true, bsl::enable_if has a public member typedef of type T, otherwise, there is no public member typedef. More...
#include <enable_if.hpp>
Defines a conditional "if" statement for SFINAE overload resolution. If B is true, bsl::enable_if has a public member typedef of type T, otherwise, there is no public member typedef.
B | if B is true, bsl::enable_if has a public member typedef of type T, otherwise, there is no public member typedef. |
T | the type of typedef that is defined if B is true |