Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/hana
/ find
Class
find
example/tutorial/appendix_mpl.cpp:210–212 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
208
209
template <typename Sequence, typename T>
210
struct find
211
: decltype(hana::find(Sequence{}, hana::type_c<T>))
212
{ };
213
214
template <typename Sequence, typename T>
215
struct contains
Callers
15
main
Function · 0.50
main
Function · 0.50
main
Function · 0.50
main
Function · 0.50
main
Function · 0.50
find.cpp
File · 0.50
main
Function · 0.50
main
Function · 0.50
searchable.cpp
File · 0.50
searchable.cpp
File · 0.50
main
Function · 0.50
searchable.cpp
File · 0.50
Calls
no outgoing calls
Tested by
2
TestSearchable
Method · 0.40
TestSearchable
Method · 0.40