OpenTTD Source 20250205-master-gfd85ab1e2c
|
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.