Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::boyer_myrvold_params::core Namespace Reference

Functions

template<typename ArgumentPack >
bool dispatched_boyer_myrvold (ArgumentPack const &args, mpl::true_, mpl::true_)
 
template<typename ArgumentPack >
bool dispatched_boyer_myrvold (ArgumentPack const &args, mpl::true_, mpl::false_)
 
template<typename ArgumentPack >
bool dispatched_boyer_myrvold (ArgumentPack const &args, mpl::false_, mpl::true_)
 
template<typename ArgumentPack >
bool dispatched_boyer_myrvold (ArgumentPack const &args, mpl::false_, mpl::false_)
 
template<typename ArgumentPack >
bool boyer_myrvold_planarity_test (ArgumentPack const &args)
 

Function Documentation

template<typename ArgumentPack >
bool boost::boyer_myrvold_params::core::boyer_myrvold_planarity_test ( ArgumentPack const &  args)
template<typename ArgumentPack >
bool boost::boyer_myrvold_params::core::dispatched_boyer_myrvold ( ArgumentPack const &  args,
mpl::true_  ,
mpl::true_   
)
template<typename ArgumentPack >
bool boost::boyer_myrvold_params::core::dispatched_boyer_myrvold ( ArgumentPack const &  args,
mpl::true_  ,
mpl::false_   
)
template<typename ArgumentPack >
bool boost::boyer_myrvold_params::core::dispatched_boyer_myrvold ( ArgumentPack const &  args,
mpl::false_  ,
mpl::true_   
)
template<typename ArgumentPack >
bool boost::boyer_myrvold_params::core::dispatched_boyer_myrvold ( ArgumentPack const &  args,
mpl::false_  ,
mpl::false_   
)