Lumiera 0.pre.04
»edit your freedom«
Loading...
Searching...
No Matches
can_dereference< SRC, TAR > Struct Template Reference

#include "lib/access-casted.hpp"

Description

template<typename SRC, typename TAR>
struct util::anonymous_namespace{access-casted.hpp}::can_dereference< SRC, TAR >

Definition at line 107 of file access-casted.hpp.

Static Public Attributes

static constexpr bool value
 

Member Data Documentation

◆ value

template<typename SRC , typename TAR >
constexpr bool value
staticconstexpr
Initial value:
= !std::is_pointer<typename remove_reference<TAR>::type>::value
&& std::is_pointer<typename remove_reference<SRC>::type>::value

Definition at line 109 of file access-casted.hpp.

+ Collaboration diagram for can_dereference< SRC, TAR >:

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