Home
last modified time | relevance | path

Searched defs:object_initializer_impl (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/boost/python/
Dobject_core.hpp277 struct object_initializer_impl struct
280 get(object const& x, detail::true_) in get()
287 get(T const& x, detail::false_) in get()
294 struct object_initializer_impl<true, false> struct
298 get(proxy<Policies> const& x, detail::false_) in get()
305 struct object_initializer_impl<false, true> struct
309 get(T const& x, U) in get()
316 struct object_initializer_impl<true, true> struct