Public Types | Public Member Functions

mln::topo::internal::get_size Struct Reference

An unary meta-functor defined by: More...

#include <complex.hh>

List of all members.

Public Types

typedef std::size_t result_type

Public Member Functions

template<typename Container >
Container::size_type operator() (const Container &c) const

Detailed Description

An unary meta-functor defined by:

 add_size : c -> c.size()
See also:
mln::complex<D>::nfaces_of_dim (dynamic version).
mln::complex<D>::apply_if_dim_matches_.

Definition at line 558 of file complex.hh.


Member Typedef Documentation

Definition at line 560 of file complex.hh.


Member Function Documentation

template<typename Container >
Container::size_type mln::topo::internal::get_size::operator() ( const Container &  c  )  const [inline]

Definition at line 563 of file complex.hh.