#include <sysc/packages/boost/utility/value_init.hpp>
Public Types | |
| typedef detail::if_true < ::boost::is_const< T > ::value >::template then < const_T_base< T > , non_const_T_base< T > >::type | type |
Definition at line 40 of file value_init.hpp.
| typedef detail::if_true< ::boost::is_const<T>::value >::template then< const_T_base<T>, non_const_T_base<T> >::type boost::vinit_detail::select_base< T >::type |
Definition at line 44 of file value_init.hpp.
1.5.5