My Project
include
bsl
is_polymorphic.hpp
Go to the documentation of this file.
1
28
#ifndef BSL_IS_POLYMORPHIC_HPP
29
#define BSL_IS_POLYMORPHIC_HPP
30
31
#include "
bool_constant.hpp
"
32
33
namespace
bsl
34
{
46
template
<
typename
T>
47
class
is_polymorphic
final :
// --
48
public
bool_constant
<__is_polymorphic(T)>
49
{};
50
}
51
52
#endif
bsl::is_polymorphic
If the provided type is a POD type, provides the member constant value equal to true....
Definition:
is_polymorphic.hpp:47
bsl::integral_constant
If the provided type is an array type (taking into account const qualifications), provides the member...
Definition:
integral_constant.hpp:45
bool_constant.hpp
Generated by
1.8.15