MCPcopy Create free account
hub / github.com/TombEngine/TombEngine / has_begin_end_impl

Class has_begin_end_impl

Libs/sol/sol.hpp:1978–1985  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1976 };
1977
1978 struct has_begin_end_impl {
1979 template <typename T, typename U = unqualified_t<T>, typename B = decltype(std::declval<U&>().begin()),
1980 typename E = decltype(std::declval<U&>().end())>
1981 static std::true_type test(int);
1982
1983 template <typename...>
1984 static std::false_type test(...);
1985 };
1986
1987 struct has_key_type_impl {
1988 template <typename T, typename U = unqualified_t<T>, typename V = typename U::key_type>

Callers

nothing calls this directly

Calls 2

beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected