Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
30
namespace boost {
Callers
3
type
Class · 0.45
result_type > operator()
Method · 0.45
require_concept_member_trait<T, Property, void_t< decltype(declval<T>().require_concept(declval<Property>())) >>
Class · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected