|
TiledArray
0.7.0
|
#include <type_traits.h>


evaluates to true if can construct To from From , i.e. if there is a converting constructor To::To(From) or if From has an implicit or explicit conversion function to To, i.e. operator To()
Definition at line 321 of file type_traits.h.