My Project
Classes | Typedefs
enable_if.hpp File Reference

Go to the source code of this file.

Classes

class  bsl::enable_if< B, T >
 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...
 

Typedefs

template<bool B, typename T = void>
using bsl::enable_if_t = typename enable_if< B, T >::type
 a helper that reduces the verbosity of bsl::enable_if
 

Detailed Description