is_const remove reference(both pointer) from type. For reference and pointer can be mixed together. More...
#include <IsConst.h>
Static Public Attributes | |
| static constexpr bool | value = is_const<remove_pointer_t<std::remove_reference_t<T>>>::value |
is_const remove reference(both pointer) from type. For reference and pointer can be mixed together.
| T | type. |