Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/hana
/ contains
Class
contains
example/tutorial/appendix_mpl.cpp:215–217 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
213
214
template <typename Sequence, typename T>
215
struct contains
216
: decltype(hana::contains(Sequence{}, hana::type_c<T>))
217
{ };
218
219
template <typename Sequence, typename T>
220
struct count
Callers
3
operator()
Method · 0.50
on
Method · 0.50
trigger
Method · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected