Home
last modified time | relevance | path

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

/third_party/boost/libs/core/test/
Dref_test.cpp16 struct ref_wrapper struct
19 static T* get_pointer(T& x) in get_pointer()
24 static T const* get_const_pointer(T const& x) in get_const_pointer()
30 static T* passthru(Arg x) in passthru()
36 static T const* cref_passthru(Arg x) in cref_passthru()
41 static void test(T x) in test()