|
CXXR (C++ R)
|
Does this type have a destructor? More...
#include <ElementTraits.hpp>
Does this type have a destructor?
Specializations will define MustDestruct to be true if element type T has a nontrivial destructor.
In the default case, covered here, MustDestruct is defined to false, signifying that no destructor call is required.
| T | A type capable of being used as the element type of an R data vector. |
1.8.1