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

FreeBSD Manual Pages

  
 
  

home | help
std::experi...bleStorable(3)  C++ Standard Libary std::experi...bleStorable(3)

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

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

	  concept bool IndirectlyMovableStorable =
	  IndirectlyMovable<In,	Out> &&
	  Writable<Out,		     ranges::value_type_t<In>>		    &&
       (ranges TS)
	  Movable<ranges::value_type_t<In>> &&
	  Constructible<ranges::value_type_t<In>,	 ranges::rvalue_refer-
       ence_t<In>>
	  &&

	  Assignable<ranges::value_type_t<In>&,		 ranges::rvalue_refer-
       ence_t<In>>;

	   This	section	is incomplete
	   Reason: add description and extra caveats

http://cppreference.com		  2022.07.31	  std::experi...bleStorable(3)

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

home | help