cgv
Loading...
Searching...
No Matches
has_virtual_destructor.h
1
#pragma once
2
3
#include <type_traits>
4
5
namespace
cgv
{
6
namespace
type {
8
namespace
cond {
10
template
<
typename
T>
11
struct
has_virtual_destructor
12
{
13
static
const
bool
value = std::has_virtual_destructor<T>::value;
14
};
15
}
16
}
17
}
cgv
the cgv namespace
Definition
print.h:11
cgv::type::cond::has_virtual_destructor
template condition returning, whether the passed type has a virtual destructor
Definition
has_virtual_destructor.h:12
cgv
type
cond
has_virtual_destructor.h
Generated by
1.9.8