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

Class iterator_category

extlibs/fmt/include/fmt/format.h:301–301  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

299// for use in a SFINAE-context.
300template <typename It, typename Enable = void>
301struct iterator_category : std::false_type {};
302
303template <typename T> struct iterator_category<T*> {
304 using type = std::random_access_iterator_tag;

Callers 3

at_startMethod · 0.85
get_itMethod · 0.85
set_itMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected