chrono_types::class_has_custom_new_operator< T > Class Template Reference
Description
template<class T>
class chrono_types::class_has_custom_new_operator< T >
Check if a class has a custom new operator.
Classes that have fixed-sized Eigen matrices as members, use an Eigen-provided override of operator new.
#include <ChTypes.h>
Public Types | |
enum | { value = sizeof(test<T>(nullptr)) == sizeof(char) } |
The documentation for this class was generated from the following file:
- /builds/uwsbel/chrono/src/chrono/core/ChTypes.h