mirror of
https://github.com/bolero-MURAKAMI/Sprout
synced 2025-08-03 12:49:50 +00:00
tuple support: random_result
This commit is contained in:
parent
ba3d7d74b0
commit
f461643582
4 changed files with 97 additions and 3 deletions
|
@ -55,7 +55,6 @@ namespace sprout {
|
|||
};
|
||||
template<typename T1, typename T2>
|
||||
struct get_impl<1, sscrisk::cel::pair<T1, T2> > {
|
||||
public:
|
||||
public:
|
||||
SPROUT_CONSTEXPR T2& operator()(sscrisk::cel::pair<T1, T2>& t) const {
|
||||
return t.second;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue