vecmem 1.14.0
|
Helper trait for detecting when a type is a non-const version of another. More...
#include <vecmem/utils/type_traits.hpp>
Static Public Attributes | |
static constexpr bool | value = false |
Helper trait for detecting when a type is a non-const version of another.
This comes into play multiple times to enable certain constructors conditionally through SFINAE.