Searched defs:is_unary_function_impl (Results 1 – 1 of 1) sorted by relevance
454 struct is_unary_function_impl struct455 { static const bool value = false; };461 struct is_unary_function_impl<R (*)()> struct462 { static const bool value = true; };465 struct is_unary_function_impl<R (*)(...)> struct466 { static const bool value = true; };471 struct is_unary_function_impl<R (__stdcall*)()> struct472 { static const bool value = true; };477 struct is_unary_function_impl<R (__fastcall*)()> struct478 { static const bool value = true; };[all …]