MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / visit_each

Function visit_each

extern/boost/boost/bind/bind.hpp:1796–1800  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1794 && !(defined(__GNUC__) && __GNUC__ == 3 && __GNUC_MINOR__ <= 3)
1795
1796template<class V, class T> void visit_each( V & v, value<T> const & t, int )
1797{
1798 using boost::visit_each;
1799 BOOST_BIND_VISIT_EACH( v, t.get(), 0 );
1800}
1801
1802template<class V, class R, class F, class L> void visit_each( V & v, bind_t<R, F, L> const & t, int )
1803{

Callers

nothing calls this directly

Calls 2

getMethod · 0.45
acceptMethod · 0.45

Tested by

no test coverage detected