CAPD RedHom Library
capd::graph::impl::EnableIfNotVoid< T > Struct Template Reference

#include <capd/graph/BoostGraph.h>

Public Types

typedef boost::enable_if< boost::mpl::not_< boost::is_void< T > > >::type type
 

Member Typedef Documentation

template<typename T >
typedef boost::enable_if<boost::mpl::not_<boost::is_void<T> > >::type capd::graph::impl::EnableIfNotVoid< T >::type