Power function. \param base first argument \param exp second argument \return \a base raised to \a exp template typename enable ::type pow(T base, U exp) { return functions::pow(base, exp); }
source not stored for this graph (policy: none)
no outgoing calls
no test coverage detected