| 158 | typedef Source internal_type; |
| 159 | typedef boost::filesystem::path external_type; |
| 160 | inline boost::optional<external_type> get_value(const internal_type &v) const { return external_type(v); } |
| 161 | inline boost::optional<internal_type> put_value(const external_type &v) const { return v.string<Source>(); } |
| 162 | }; |
| 163 | constexpr path_translator<config_tree::data_type> config_tree_path_translator; |
nothing calls this directly
no outgoing calls
no test coverage detected