|
EnTT 4.0.0
|
Transcribes the constness of a type to another type. More...
#include <type_traits.hpp>
Public Types | |
| using | type = stl::remove_const_t<To> |
| The type resulting from the transcription 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. |
Definition at line 808 of file type_traits.hpp.
| using entt::constness_as< To, From >::type = stl::remove_const_t<To> |
The type resulting from the transcription of the constness.
Definition at line 810 of file type_traits.hpp.