10#ifndef CONVERTIBLE_THROUGH_BASE_HPP
11#define CONVERTIBLE_THROUGH_BASE_HPP
21 { a.base() }
noexcept -> std::convertible_to<int64_t>;
29template <
typename T,
typename TTo>
Type is convertible to TTo, either directly or through ConvertibleThroughBase.
A type is considered 'convertible through base()' when it has a 'base()' function that returns someth...