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