Public Member Functions

mln::topo::internal::add_size Struct Reference

A binary meta-functor defined by: More...

#include <complex.hh>

List of all members.

Public Member Functions

template<typename T , typename Container >
operator() (const T &x, const Container &c) const

Detailed Description

A binary meta-functor defined by:

 add_size : x, c -> x + c.size()
See also:
mln::complex<D>::nfaces_of_static_dim<N> (static version).
mln::complex<D>::fold_left_.

Definition at line 541 of file complex.hh.


Member Function Documentation

template<typename T , typename Container >
T mln::topo::internal::add_size::operator() ( const T &  x,
const Container &  c 
) const [inline]

Definition at line 544 of file complex.hh.