HomeSort by: relevance | last modified time | path
    Searched defs:construct_at (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/libcxx/include/__memory/
construct_at.h 26 // construct_at
34 constexpr _Tp* construct_at(_Tp* __location, _Args&& ...__args) { function
35 _LIBCPP_ASSERT(__location, "null pointer given to construct_at");
construct_at.h 26 // construct_at
34 constexpr _Tp* construct_at(_Tp* __location, _Args&& ...__args) { function
35 _LIBCPP_ASSERT(__location, "null pointer given to construct_at");
construct_at.h 26 // construct_at
34 constexpr _Tp* construct_at(_Tp* __location, _Args&& ...__args) { function
35 _LIBCPP_ASSERT(__location, "null pointer given to construct_at");

Completed in 59 milliseconds