Hi,
Is there a way of automatic placeholder argument dereferencing when
using bind()? I mean:
struct SomePredicate
{
bool operator()(int num, const Foo& foo) const
{
return SomeTestOnFoo(num, foo);
}
}
std::vector
Hi,
Is there a way of automatic placeholder argument dereferencing when
using bind()? I mean:
struct SomePredicate
{
bool operator()(int num, const Foo& foo) const
{
return SomeTestOnFoo(num, foo);
}
}
std::vector