|
OpenTTD Source 20260108-master-g8ba1860eaa
|
A type is considered 'convertible through base()' when it has a 'base()' function that returns something that can be converted to int64_t. More...
#include <convertible_through_base.hpp>
A type is considered 'convertible through base()' when it has a 'base()' function that returns something that can be converted to int64_t.
| T | The type under consideration. |
Definition at line 19 of file convertible_through_base.hpp.