My Project
bsl::common_type<... > Class Template Reference

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...

#include <common_type.hpp>

Detailed Description

template<typename...>
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.

#include <bsl/is_same.hpp>
#include <bsl/debug.hpp>
#include "example_class_base.hpp"
#include "example_class_subclass.hpp"
namespace bsl
{
inline void
example_common_type_overview() noexcept
{
using example_common_type = // --
bsl::print() << "success\n";
}
}
}

The documentation for this class was generated from the following file: