Files
dji_kmz/src/toml11/into.hpp

18 lines
274 B
C++
Raw Normal View History

2025-07-11 14:35:06 +08:00
#ifndef TOML11_INTO_HPP
#define TOML11_INTO_HPP
namespace toml
{
template<typename T>
struct into;
// {
// static toml::value into_toml(const T& user_defined_type)
// {
// // User-defined conversions ...
// }
// };
} // toml
#endif // TOML11_INTO_HPP