MCPcopy Create free account
hub / github.com/OpenMC2/OpenMC2 / get_pair_translator

Class get_pair_translator

src/Settings.cpp:76–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74};
75template <typename Source, typename A, typename B>
76struct get_pair_translator {
77 typedef pair_translator<typename Source::value_type,
78 typename Source::traits_type, typename Source::allocator_type, A, B> type;
79};
80constexpr get_pair_translator<config_tree::data_type, std::int32_t, std::int32_t>::type config_tree_input_translator;
81
82template<class T>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected