Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
std::experi...ableStorable(3) C++ Standard Libarystd::experi...ableStorable(3)

NAME
       std::experimental::ranges::IndirectlyCopyableStorable - std::experimen-
       tal::ranges::IndirectlyCopyableStorable

Synopsis
	  Defined in header <experimental/ranges/iterator>
	  template< class In, class Out	>

	  concept bool IndirectlyCopyableStorable =
	      IndirectlyCopyable<In, Out> &&
	      Writable<Out,	 const	    ranges::value_type_t<In>&>	    &&
       (ranges TS)
	      Copyable<ranges::value_type_t<In>> &&
	      Constructible<ranges::value_type_t<In>, ranges::reference_t<In>>
       &&

	      Assignable<ranges::value_type_t<In>&, ranges::reference_t<In>>;

	   This	section	is incomplete
	   Reason: add description and extra caveats

Category:
	    * Todo with	reason

http://cppreference.com		  2024.06.10	 std::experi...ableStorable(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=std::experimental::ranges::IndirectlyCopyableStorable&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help