mitiru::time::detail
Namespace catalog extracted from docs/API_CATALOG.md (1 types, 9 items).
Namespace catalog extracted from docs/API_CATALOG.md (1 types, 9 items).
| Name | Kind | Items |
|---|---|---|
SmallFunction | class | 9 |
class SmallFunction 9
SmallFunction() noexcept = defaulttemplate <typename F, typename = std::enable_if_t<!std::is_same_v<std::decay_t<F>, SmallFunction>>> explicit SmallFunction(F&& f)SmallFunction(const SmallFunction&) = deleteSmallFunction& operator=(const SmallFunction&) = deleteSmallFunction(SmallFunction&& other) noexceptSmallFunction& operator=(SmallFunction&& other) noexcept~SmallFunction()void operator()() constexplicit operator bool() const noexceptSourced from docs/API_CATALOG.md, auto-generated by tools/generate_api_catalog.py.