Defined in header
A function object is any object for which the function call operator is defined. C++ provides many built-in function objects as well as support for creation and manipulation
template< std::size_t N > bitset<N> operator&( const bitset<N>&
constexpr shared_ptr(); (1)
constexpr duration operator+() const; (1)
(1)
Page 53 of 54