Clementine
|
Transcribes the constness of a type to another type. More...
#include <entt.hpp>
Public Types | |
using | type = std::remove_const_t< To > |
The type resulting from the traScription of the constness. | |
Transcribes the constness of a type to another type.
To | The type to which to transcribe the constness. |
From | The type from which to transcribe the constness. |