FreeBSD Manual Pages
std::experi...ionParameter(3) C++ Standard Libarystd::experi...ionParameter(3) NAME std::experimental::reflect::FunctionParameter - std::experimental::re- flect::FunctionParameter Synopsis Defined in header <experimental/reflect> template< class T > concept FunctionParameter = Typed<T> && ScopeMember<T> && /* see (reflection TS) below */; The FunctionParameter concept is satisfied if and only if T reflects a function parameter (Note: A FunctionParameter does not satisfy Variable, and thus does not offer an interface for getting the pointer to a parameter). Example This section is incomplete Reason: examples See also This section is incomplete Reason: templatization Category: * Todo with reason http://cppreference.com 2024.06.10 std::experi...ionParameter(3)
NAME | Synopsis | Example | See also | Category:
Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=std::experimental::reflect::FunctionParameter&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>
