$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] [mutli_index] class reference available? / How to detect insertion failures
From: Steven Watanabe (watanabesj_at_[hidden])
Date: 2008-10-17 11:08:07
AMDG
joaquin_at_[hidden] wrote:
> // ordered indices
> template<...>
> class name is implementation defined
> {
> ...
> iterator begin();
> ...
> std::pair<iterator,bool> insert(const value_type& x);
> ...
> }
>
> then begin would have no link (as there is no explicit description for
> this
> concept-covered memfun)
Wouldn't it make sense, in general, to link to the documentation of the
concept?
In Christ,
Steven Watanabe