mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2025-07-04 14:14:09 +00:00
add ptr_fun, mem_fun, mem_fun_ref
This commit is contained in:
parent
4a8e938887
commit
f86d17d0d4
46 changed files with 322 additions and 76 deletions
|
@ -19,7 +19,7 @@ namespace sprout {
|
|||
args_type args_;
|
||||
public:
|
||||
template<typename... As>
|
||||
SPROUT_CONSTEXPR explicit expr(As&&... args)
|
||||
explicit SPROUT_CONSTEXPR expr(As&&... args)
|
||||
: args_(sprout::forward<As>(args)...)
|
||||
{}
|
||||
SPROUT_CONSTEXPR args_type const& args() const {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue