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