Boost.Geometry    Boost C++ Libraries
Classes | Namespaces | Macros
boost_fusion.hpp File Reference

Classes

struct  boost::geometry::fusion_adapt_detail::all_same< Sequence >
 
struct  boost::geometry::fusion_adapt_detail::is_coordinate_size< Sequence >
 
struct  boost::geometry::fusion_adapt_detail::is_fusion_sequence< Sequence >
 

Namespaces

 boost
 
 boost::geometry
 
 boost::geometry::fusion_adapt_detail
 

Macros

#define BOOST_GEOMETRY_REGISTER_BOOST_FUSION_CS(CoordinateSystem)
 

Macro Definition Documentation

#define BOOST_GEOMETRY_REGISTER_BOOST_FUSION_CS (   CoordinateSystem)
Value:
namespace boost { namespace geometry { namespace traits { \
template <typename Sequence> \
struct coordinate_system \
< \
Sequence, \
typename boost::enable_if \
< \
fusion_adapt_detail::is_fusion_sequence<Sequence> \
>::type \
> \
{ typedef CoordinateSystem type; }; \
}}}

April 2, 2011

Copyright © 2007-2011 Barend Gehrels, Amsterdam, the Netherlands
Copyright © 2008-2011 Bruno Lalande, Paris, France
Copyright © 2009-2010 Mateusz Loskot, London, UK
Documentation is generated by Doxygen