#include <has_trivial_move_assign.hpp>
|
| BOOST_STATIC_CONSTANT (bool, value=(::boost::type_traits::ice_and< ::boost::is_pod< T >::value,::boost::type_traits::ice_not< ::boost::is_const< T >::value >::value,::boost::type_traits::ice_not< ::boost::is_volatile< T >::value >::value >::value)) |
|
template<typename T>
boost::detail::has_trivial_move_assign_impl< T >::BOOST_STATIC_CONSTANT |
( |
bool |
, |
|
|
value |
= (::boost::type_traits::ice_and< ::boost::is_pod< T >::value,::boost::type_traits::ice_not< ::boost::is_const< T >::value >::value,::boost::type_traits::ice_not< ::boost::is_volatile< T >::value >::value >::value) |
|
) |
| |
The documentation for this struct was generated from the following file: