Home
last modified time | relevance | path

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

/llvm-project/libcxx/include/__random/
H A Dexponential_distribution.h39 result_type __lambda_; variable
44 _LIBCPP_HIDE_FROM_ABI explicit param_type(result_type __lambda = 1) : __lambda_(__lambda) {} in __lambda_() function