vecmem 1.14.0
Loading...
Searching...
No Matches
Static Public Attributes | List of all members
vecmem::details::is_same_nc< CTYPE, NCTYPE > Struct Template Reference

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
 

Detailed Description

template<typename CTYPE, typename NCTYPE>
struct vecmem::details::is_same_nc< CTYPE, NCTYPE >

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.


The documentation for this struct was generated from the following file: