Searched refs:current_value_ (Results 1 – 1 of 1) sorted by relevance
801 const ParamType* Current() const override { return current_value_.get(); } in Current()844 current_value_ = std::make_shared<ParamType>(*std::get<I>(current_)...); in ComputeCurrentValue()858 std::shared_ptr<ParamType> current_value_; variable