Clementine
Public Types | List of all members
entt::constness_as< To, const From > Struct Template Reference

Transcribes the constness of a type to another type. More...

#include <entt.hpp>

Public Types

using type = std::add_const_t< To >
 The type resulting from the traScription of the constness.
 

Detailed Description

template<typename To, typename From>
struct entt::constness_as< To, const From >

Transcribes the constness of a type to another type.

Template Parameters
ToThe type to which to transcribe the constness.
FromThe type from which to transcribe the constness.

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