neoGFX
Cross-platform C++ app/game engine
Loading...
Searching...
No Matches
neolib::const_selector_from_pointer< ConstType, NonConstType, Pointer > Struct Template Reference

#include <type_traits.hpp>

Inheritance diagram for neolib::const_selector_from_pointer< ConstType, NonConstType, Pointer >:
neolib::const_selector< ConstType, NonConstType, std::is_const< std::remove_pointer< Pointer >::type >::value >

Detailed Description

template<typename ConstType, typename NonConstType, typename Pointer>
struct neolib::const_selector_from_pointer< ConstType, NonConstType, Pointer >

Definition at line 90 of file type_traits.hpp.


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