Searched defs:lookup_named_param_def (Results 1 – 1 of 1) sorted by relevance
/third_party/boost/boost/graph/ |
D | named_function_params.hpp | 299 struct lookup_named_param_def struct 301 typedef Def type; 302 static const Def& get(const Args&, const Def& def) { return def; } in get() 306 struct lookup_named_param_def< Tag, bgl_named_params< T, Tag, Base >, Def > struct 308 typedef T type; 309 static const type& get( in get() 318 struct lookup_named_param_def< Tag1, bgl_named_params< T, Tag, Base >, Def > struct 320 typedef typename lookup_named_param_def< Tag1, Base, Def >::type type; 321 static const type& get( in get()
|