| 74 | }; |
| 75 | template <typename Source, typename A, typename B> |
| 76 | struct get_pair_translator { |
| 77 | typedef pair_translator<typename Source::value_type, |
| 78 | typename Source::traits_type, typename Source::allocator_type, A, B> type; |
| 79 | }; |
| 80 | constexpr get_pair_translator<config_tree::data_type, std::int32_t, std::int32_t>::type config_tree_input_translator; |
| 81 | |
| 82 | template<class T> |
nothing calls this directly
no outgoing calls
no test coverage detected