MCPcopy Create free account
hub / github.com/RichieSams/FiberTaskingLib / ThreadLocalHandle

Method ThreadLocalHandle

include/ftl/thread_local.h:67–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65
66private:
67 ThreadLocalHandle(ThreadLocal<T> &parent, T &v)
68 : m_parent{ parent }, m_value{ v } {
69 }
70
71 ThreadLocal<T> &m_parent;
72 T &m_value;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected