emplace_back_rf_t Struct Reference

Reducing function that emplaces back at the collection that is uses as state. More...

#include <atria/xform/reducing/emplace_back_rf.hpp>

Public Member Functions

template<typename CollectionT , typename... InputTs>
auto operator() (CollectionT c, InputTs &&...ins) const -> CollectionT
 

Detailed Description

Reducing function that emplaces back at the collection that is uses as state.

Definition at line 38 of file emplace_back_rf.hpp.


The documentation for this struct was generated from the following file:
Fork me on GitHub