Searched defs:mapping_traits (Results 1 – 4 of 4) sorted by relevance
| /third_party/boost/libs/gil/test/extension/numeric/ |
| D | resample.cpp | 45 struct mapping_traits<test_map_fn<F, I>> struct 47 using result_type = typename test_map_fn<F, I>::result_type;
|
| D | numeric.cpp | 42 struct mapping_traits<TestMapFn<F, I>> struct 44 using result_type = typename TestMapFn<F, I>::result_type;
|
| /third_party/boost/boost/gil/extension/numeric/ |
| D | affine.hpp | 80 struct mapping_traits<matrix3x2<F>> struct 82 using result_type = point<F>;
|
| /third_party/boost/boost/locale/boundary/ |
| D | index.hpp | 52 struct mapping_traits { struct 53 typedef typename std::iterator_traits<IteratorType>::value_type char_type; 54 … static index_type map(boundary_type t,IteratorType b,IteratorType e,std::locale const &l) in map() 76 struct mapping_traits<IteratorType,std::random_access_iterator_tag> { struct 78 typedef typename std::iterator_traits<IteratorType>::value_type char_type; 82 … static index_type map(boundary_type t,IteratorType b,IteratorType e,std::locale const &l) in map()
|