xte ::drop_c <>
Defined in header <xte/trait/drop_c.hpp> Removes the
const qualifier from a given type.Definition
template <typename T >using drop_c =/* ... */ ;
Example
[View in Compiler Explorer]static_assert (xte ::is_same <volatile int& ,xte ::drop_c <const volatile int& >>);