hkaiser changed the topic of #ste||ar to: STE||AR: Systems Technology, Emergent Parallelism, and Algorithm Research | stellar-group.org | HPX: A cure for performance impaired parallel applications | github.com/STEllAR-GROUP/hpx | This channel is logged: irclog.cct.lsu.edu
K-ballo has quit [Quit: K-ballo]
hkaiser has quit [Quit: Bye!]
heller[m] has quit [*.net *.split]
pedro_barbosa[m] has quit [*.net *.split]
ms[m] has quit [*.net *.split]
gnikunj[m] has quit [*.net *.split]
heller[m] has joined #ste||ar
gnikunj[m] has joined #ste||ar
pedro_barbosa[m] has joined #ste||ar
ms[m] has joined #ste||ar
jedi18[m] has quit [Ping timeout: 240 seconds]
gdaiss[m] has quit [Ping timeout: 250 seconds]
sestro[m] has quit [Ping timeout: 250 seconds]
jbjnr[m] has quit [Ping timeout: 272 seconds]
jpinto[m] has quit [Ping timeout: 253 seconds]
heller[m] has quit [Ping timeout: 272 seconds]
ms[m] has quit [Ping timeout: 272 seconds]
Deepak1411[m] has quit [Ping timeout: 272 seconds]
pedro_barbosa[m] has quit [Ping timeout: 272 seconds]
gnikunj[m] has quit [Ping timeout: 272 seconds]
mdiers[m] has quit [Ping timeout: 256 seconds]
gonidelis[m] has quit [Ping timeout: 240 seconds]
PatrickDiehl[m] has quit [Ping timeout: 240 seconds]
rori[m] has quit [Ping timeout: 252 seconds]
srinivasyadav227 has quit [Ping timeout: 251 seconds]
rachitt_shah[m] has quit [Ping timeout: 252 seconds]
KordeJong[m] has quit [Ping timeout: 245 seconds]
gdaiss[m] has joined #ste||ar
sestro[m] has joined #ste||ar
jbjnr[m] has joined #ste||ar
jedi18[m] has joined #ste||ar
mdiers[m] has joined #ste||ar
gnikunj[m] has joined #ste||ar
pedro_barbosa[m] has joined #ste||ar
heller[m] has joined #ste||ar
Deepak1411[m] has joined #ste||ar
rori[m] has joined #ste||ar
srinivasyadav227 has joined #ste||ar
jpinto[m] has joined #ste||ar
PatrickDiehl[m] has joined #ste||ar
gonidelis[m] has joined #ste||ar
rachitt_shah[m] has joined #ste||ar
KordeJong[m] has joined #ste||ar
ms[m] has joined #ste||ar
hkaiser has joined #ste||ar
K-ballo has joined #ste||ar
K-ballo has quit [Ping timeout: 248 seconds]
K-ballo has joined #ste||ar
<jedi18[m]> Silly question but uh..how do I remove the first element from a hpx::tuple?
<hkaiser> jedi18[m]: template <typename T, typename ... Ts, size_t ... Is> remove_first(T&&, Ts&&... ts) { return forward_as_tuple(std::forward<Ts>(ts)...); } and call it with the exploded tuple elements
<hkaiser> even template <typename T, typename ... Ts> remove_first(T&&, Ts&&... ts) { return forward_as_tuple(std::forward<Ts>(ts)...); }
diehlpk_work has joined #ste||ar
<jedi18[m]> hkaiser: Thank you!!
<hkaiser> will not work for empty tuple, though (tuple<>())
hkaiser has quit [Quit: Bye!]
<jedi18[m]> In my use case the tuple won't be empty so that's not a problem
tufei has quit [Remote host closed the connection]
tufei has joined #ste||ar
K-ballo has quit [Ping timeout: 248 seconds]
nanmiao has joined #ste||ar
hkaiser has joined #ste||ar
<hkaiser> Deepak1411[m], jedi18[m]: the videos are public again
hkaiser has quit [Quit: Bye!]