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