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

Class has_begin_end_impl

extlibs/sol3/include/sol/sol.hpp:1526–1533  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1524 };
1525
1526 struct has_begin_end_impl {
1527 template <typename T, typename U = unqualified_t<T>, typename B = decltype(std::declval<U&>().begin()),
1528 typename E = decltype(std::declval<U&>().end())>
1529 static std::true_type test(int);
1530
1531 template <typename...>
1532 static std::false_type test(...);
1533 };
1534
1535 struct has_key_type_impl {
1536 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