base concept for the container that can be used for a cell collection
More...
#include <InPlaceClusterization.h>
template<typename container_t>
typename container_t::value_type) {
{
} -> std::convertible_to<const typename container_t::value_type &>;
{ cont.empty() } -> std::convertible_to<bool>;
{ cont.size() } -> std::convertible_to<std::size_t>;
} && std::permutable<typename container_t::iterator>
base concept for the container that can be used for a cell collection
base concept for the container that can be used for a cell collection
Definition at line 87 of file InPlaceClusterization.h.