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).

NameKindItems
SmallFunctionclass9
class SmallFunction 9
SmallFunction() noexcept = default
template <typename F, typename = std::enable_if_t<!std::is_same_v<std::decay_t<F>, SmallFunction>>> explicit SmallFunction(F&& f)
SmallFunction(const SmallFunction&) = delete
SmallFunction& operator=(const SmallFunction&) = delete
SmallFunction(SmallFunction&& other) noexcept
SmallFunction& operator=(SmallFunction&& other) noexcept
~SmallFunction()
void operator()() const
explicit operator bool() const noexcept

Sourced from docs/API_CATALOG.md, auto-generated by tools/generate_api_catalog.py.