#include <span.h>
Public Types | |
using | type = decltype(testval(std::declval< From >())) |
Static Private Member Functions | |
static std::true_type | testval (To) |
static std::false_type | testval (...) |
Definition at line 106 of file internal/span.h.
using absl::span_internal::IsConvertibleHelper< From, To >::type = decltype(testval(std::declval<From>())) |
Definition at line 112 of file internal/span.h.
|
staticprivate |
|
staticprivate |