SpiecsEngine
 
Loading...
Searching...
No Matches
Spices::detail::basic_reference_is_const< T > Struct Template Reference

is_const remove reference(both pointer) from type. For reference and pointer can be mixed together. More...

#include <IsConst.h>

Inheritance diagram for Spices::detail::basic_reference_is_const< T >:
Spices::detail::basic_is_const< T, false >

Static Public Attributes

static constexpr bool value = is_const<remove_pointer_t<std::remove_reference_t<T>>>::value
 

Detailed Description

template<typename T>
struct Spices::detail::basic_reference_is_const< T >

is_const remove reference(both pointer) from type. For reference and pointer can be mixed together.

Template Parameters
Ttype.

Definition at line 61 of file IsConst.h.


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