Silicium
Public Types | List of all members
Si::copy_const< To, From > Struct Template Reference

#include <memory_range.hpp>

Public Types

typedef boost::mpl::if_< boost::is_const< From >, boost::add_const< To >, boost::remove_const< To > >::type::type type
 

Member Typedef Documentation

template<class To , class From >
typedef boost::mpl::if_<boost::is_const<From>, boost::add_const<To>, boost::remove_const<To> >::type::type Si::copy_const< To, From >::type

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