boost::archive::check_tracking< T > Struct Template Reference

#include <sch/boost/archive/detail/oserializer.hpp>

Public Types

typedef BOOST_DEDUCED_TYPENAME mpl::if_< BOOST_DEDUCED_TYPENAME mpl::equal_to< serialization::tracking_level< T >, mpl::int_< serialization::track_never > >, mpl::not_< is_pointer< T > >, is_const< T > >::type typex
 

Public Member Functions

 BOOST_STATIC_CONSTANT (bool, value=typex::value)
 

Member Typedef Documentation

◆ typex

template<class T >
typedef BOOST_DEDUCED_TYPENAME mpl::if_< BOOST_DEDUCED_TYPENAME mpl::equal_to<serialization::tracking_level<T>, mpl::int_<serialization::track_never> >, mpl::not_<is_pointer<T> >, is_const<T> >::type boost::archive::check_tracking< T >::typex

Member Function Documentation

◆ BOOST_STATIC_CONSTANT()

template<class T >
boost::archive::check_tracking< T >::BOOST_STATIC_CONSTANT ( bool  ,
value  = typex::value 
)

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