Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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.
300
template <typename It, typename Enable = void>
301
struct iterator_category : std::false_type {};
302
303
template <typename T> struct iterator_category<T*> {
304
using type = std::random_access_iterator_tag;
Callers
3
at_start
Method · 0.85
get_it
Method · 0.85
set_it
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected