Files
geometry/doc/generated/translator.qbk
Adam Wulkiewicz f7849be05d doxygen_xml2qbk: fixed alt. class output for class specialization.
quickbook_output_indexterm() call removed from alt. class output.
docs updated


[SVN r83082]
2013-02-22 13:53:19 +00:00

31 lines
835 B
Plaintext

[/ Generated by doxygen_xml2qbk, don't change, will be overwritten automatically]
[/ Generated from xml/structboost_1_1geometry_1_1index_1_1translator.xml]
[#structboost_1_1geometry_1_1index_1_1translator]
[section boost::geometry::index::translator]
The default translator.
[heading Description]
It translates Value object to Indexable object. The default version handles Values which are Indexables. This translator is also specialized for std::pair<Indexable, Second> and boost::tuple<Indexable, ...>.
[heading Header]
`#include <boost/geometry/index/translator.hpp>`
[heading Synopsis]
[pre
`template<``typename Value``>`
`struct translator`
`{`
` // ...`
`};`
]
[heading Template parameter(s)]
[table
[[Parameter] [Description]]
[[`Value`][The Value type which may be translated directly to the Indexable. ]]
]
[endsect]