$$\langle \cdot , \cdot\rangle : \mathbb R^n\; \times \;\mathbb R^n \Rightarrow \mathbb R$$
Are the dots within the $\langle$ and $\rangle$ a pair of $n$ dimensional vectors that are mapping the dot product of the set $\mathbb R^n$ with itself which maps that set to the real numbers?
What it looks like to me is the vectors are mapping onto the Cartesian product of two $n$ dimensional spaces which are then mapped onto the real numbers.
A function is an ordered triple. Let's consider the function commonly written as $f(x) = 2 x + 1$. This function is actually three different sets: ( Domain, Range, Mapping ). For $f$, the function would be $f = \left( [-\infty,\infty], [-\infty,\infty], \{2x + 1 : x \in \mathbb{R}\}\right) = \left(\mathbb{R},\mathbb{R},\{2x+1:x\in\mathbb{R}\} \right).$
A way to say that something is a function is just to describe what the domain and range is $f:\text{Domain}\rightarrow\text{Range}$. In our case, $f:\mathbb{R}\rightarrow\mathbb{R}$. We sometimes write $f(\cdot)$ instead of $f$. If we were to do so, we would write $f(\cdot):\mathbb{R}\rightarrow\mathbb{R}$. And if we want to specify the mapping, we would do so afterwards. For our example we would say $f:\mathbb{R}\rightarrow\mathbb{R}$ such that $f(x)=2x+1$.
So what about your notation? The inner product is a function. It accepts two different vectors as input. With it's special notation of brackets, we denote this as $\langle\cdot,\cdot,\rangle$. What is its domain? The domain is the Cartesian cross product of the underlying field (which, in your case, looks like the real numbers): $\mathbb{R}\times\mathbb{R}$. And its range is the set of scalars.
So that leaves the notation: $\langle\cdot,\cdot\rangle:\mathbb{R}\times\mathbb{R}\rightarrow\mathbb{R}$.