Searched defs:strict_lazy (Results 1 – 1 of 1) sorted by relevance
73 class strict_lazy : public basic_lazy<T> { class76 strict_lazy(S &&x) : x(std::forward<S>(x)) { in strict_lazy() function in clover::detail::strict_lazy