Searched refs:CopyConstructible (Results 1 – 25 of 71) sorted by relevance
123
/third_party/boost/libs/random/test/ |
D | concepts.hpp | 110 CopyConstructible<E>, 162 CopyConstructible<D>, 176 BOOST_CONCEPT_ASSERT((CopyConstructible<P>));
|
/third_party/boost/libs/range/doc/reference/adaptors/ |
D | formatted.qbk | 31 …* `sep` has a type that is CopyConstructible and able to be streamed to `std::basic_ostream<Char,T… 32 …* `prefix` has a type that is CopyConstructible and able to be streamed to `std::basic_ostream<Cha… 33 …* `postfix` has a type that is CopyConstructible and able to be streamed to `std::basic_ostream<Ch…
|
/third_party/boost/libs/type_erasure/doc/ |
D | Jamfile.jam | 33 …CopyConstructible=\"<a href=\\\"$(BOOST_ROOT)/doc/html/CopyConstructible.html\\\">CopyConstructibl…
|
/third_party/boost/boost/iterator/ |
D | iterator_concepts.hpp | 42 , boost::CopyConstructible<Iterator> 63 : boost::CopyConstructible<Iterator> 110 , boost::CopyConstructible<Iterator>
|
/third_party/boost/libs/asio/doc/requirements/ |
D | TimeTraits.qbk | 21 the requirements for `CopyConstructible` and `Assignable`. 29 default construction, and meet the requirements for `CopyConstructible`
|
D | ProtoAllocator.qbk | 10 A type `A` meets the proto-allocator requirements if `A` is `CopyConstructible`
|
D | EndpointSequence.qbk | 11 requirements of `Destructible` (C++Std [destructible]) and `CopyConstructible`
|
D | ConnectCondition.qbk | 12 `CopyConstructible` (C++Std [copyconstructible]), as well as the additional
|
D | LegacyCompletionHandler.qbk | 12 requirements of `CopyConstructible` types (C++Std [copyconstructible]). A value
|
D | MutableBufferSequence.qbk | 16 `CopyConstructible` (C++Std [copyconstructible]), as well as the additional
|
D | Protocol.qbk | 11 of `Destructible` (C++Std [destructible]), `CopyConstructible` (C++Std
|
D | ConstBufferSequence.qbk | 15 `CopyConstructible` (C++Std [copyconstructible]), as well as the additional
|
/third_party/boost/libs/gil/doc/html/_sources/design/ |
D | concepts.rst.txt | 29 auto concept CopyConstructible<typename T> 61 CopyConstructible<T>,
|
/third_party/boost/libs/gil/doc/design/ |
D | concepts.rst | 29 auto concept CopyConstructible<typename T> 61 CopyConstructible<T>,
|
/third_party/boost/libs/concept_check/doc/html/ |
D | concepts_HTML.manifest | 9 CopyConstructible.html
|
/third_party/boost/libs/histogram/doc/concepts/ |
D | Axis.qbk | 10 …ata. Must be [@https://en.cppreference.com/w/cpp/named_req/CopyConstructible CopyConstructible], [… 54 …type that is [@https://en.cppreference.com/w/cpp/named_req/CopyConstructible CopyConstructible] an…
|
D | Transform.qbk | 10 …structible], [@https://en.cppreference.com/w/cpp/named_req/CopyConstructible CopyConstructible], a…
|
D | Accumulator.qbk | 10 …structible], [@https://en.cppreference.com/w/cpp/named_req/CopyConstructible CopyConstructible], a…
|
D | Storage.qbk | 10 …structible], [@https://en.cppreference.com/w/cpp/named_req/CopyConstructible CopyConstructible], a…
|
/third_party/boost/boost/gil/concepts/ |
D | basic.hpp | 62 struct CopyConstructible struct
|
/third_party/boost/libs/optional/doc/ |
D | 00_optional.qbk | 30 [def __COPY_CONSTRUCTIBLE__ [@../../../utility/CopyConstructible.html `CopyConstructible`]]
|
/third_party/boost/libs/concept_check/test/ |
D | concept_check_test.cpp | 36 function_requires< CopyConstructible<foo> >(); in main()
|
/third_party/boost/libs/convert/doc/ |
D | lexcast_converter.qbk | 25 * ['TypeOut] needs to be [@http://en.cppreference.com/w/cpp/named_req/CopyConstructible ['Copy Cons…
|
/third_party/boost/libs/graph_parallel/doc/ |
D | GlobalDescriptor.rst | 76 .. _Copy constructible: http://www.sgi.com/tech/stl/CopyConstructible.html
|
/third_party/boost/libs/thread/doc/ |
D | synchronized_value_ref.qbk | 152 [[Requires:] [`T` is `CopyConstructible`.]] 243 [[Requires:] [`T` is `CopyConstructible`.]] 261 [[Requires:] [`T` is `CopyConstructible`.]]
|
123