Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::fusion::detail::to_mpl_category< Category > Struct Template Reference

#include <fusion_iterator.hpp>

Public Types

typedef mpl::eval_if
< is_base_of
< random_access_traversal_tag,
Category >
, mpl::random_access_iterator_tag,
mpl::eval_if< is_base_of
< bidirectional_traversal_tag,
Category >
, mpl::bidirectional_iterator_tag,
mpl::forward_iterator_tag >
>::type 
type
 

Member Typedef Documentation


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