MCPcopy Create free account
hub / github.com/boostorg/asio / require_concept

Method require_concept

test/properties/cpp03/require_concept_free.cpp:24–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22{
23 template <int N>
24 friend object<N> require_concept(const object&, prop<N>)
25 {
26 return object<N>();
27 }
28};
29
30namespace boost {

Calls

no outgoing calls

Tested by

no test coverage detected