MCPcopy Create free account
hub / github.com/davisking/dlib / for_each

Method for_each

dlib/tuple/tuple.h:339–341  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

337
338 template <typename F>
339 void for_each (
340 F& funct
341 ) { tuple_helpers::for_each<tuple,F>::go(*this,funct); }
342
343 template <typename F>
344 void for_each (

Callers 3

serializeMethod · 0.80
deserializeMethod · 0.80
tuple_testFunction · 0.80

Calls

no outgoing calls

Tested by 1

tuple_testFunction · 0.64