#include <quantities.h>
Trait: true_type
if the value type of T
is compatible with the one of U
.
Note that this tells that T
is compatible with U
, but it may still leave U
not compatible with T
(for example, if the compatibility criterium were something asymmetric like a non-narrowing conversion).
Definition at line 313 of file quantities.h.