mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-11 22:03:01 -06:00
Core:: Tuple::Set
git-svn-id: svn://ultimatepp.org/upp/trunk@8258 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
e91f6d9d57
commit
db0895af29
1 changed files with 1 additions and 1 deletions
|
|
@ -128,7 +128,7 @@ struct Tuple4 {
|
|||
Tuple4& SetA(const A& a_) { a = a_; return *this; }
|
||||
Tuple4& SetB(const B& b_) { b = b_; return *this; }
|
||||
Tuple4& SetC(const C& c_) { c = c_; return *this; }
|
||||
Tuple4& SetD(const D& c_) { d = d_; return *this; }
|
||||
Tuple4& SetD(const D& d_) { d = d_; return *this; }
|
||||
Tuple4& Set(const A& a_, const B& b_, const C& c_, const D& d_)
|
||||
{ a = a_; b = b_; c = c_; d = d_; return *this; }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue