My Project
Classes | Typedefs
common_type.hpp File Reference
#include "decay.hpp"
#include "declval.hpp"

Go to the source code of this file.

Classes

class  bsl::common_type<... >
 Provides the member typedef type which is the type that is common between all provided types. For more information, please see std::common_type. More...
 

Typedefs

template<typename... T>
using bsl::common_type_t = typename common_type< T... >::type
 a helper that reduces the verbosity of bsl::common_type
 

Detailed Description