A binary meta-functor defined by: More...
#include <complex.hh>
Public Member Functions | |
template<typename T , typename Container > | |
T | operator() (const T &x, const Container &c) const |
A binary meta-functor defined by:
add_size : x, c -> x + c.size()
T mln::topo::internal::add_size::operator() | ( | const T & | x, | |
const Container & | c | |||
) | const [inline] |