MCPcopy Create free account
hub / github.com/RenderKit/embree / is_range

Class is_range

tutorials/external/catch.hpp:1660–1664  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1658
1659 template <typename T>
1660 struct is_range {
1661 static const bool value =
1662 !std::is_same<decltype(begin(std::declval<T>())), not_this_one>::value &&
1663 !std::is_same<decltype(end(std::declval<T>())), not_this_one>::value;
1664 };
1665
1666#if defined(_MANAGED) // Managed types are never ranges
1667 template <typename T>

Callers

nothing calls this directly

Calls 2

beginFunction · 0.85
endFunction · 0.85

Tested by

no test coverage detected