Searched defs:Guarded (Results 1 – 1 of 1) sorted by relevance
51 Guarded() : guarded_(std::in_place) { in Guarded() function54 explicit Guarded(const T& guarded) : guarded_(std::in_place, guarded) { in Guarded() function57 explicit Guarded(T&& guarded) : guarded_(std::in_place, std::move(guarded)) { in Guarded() function