R
R
Razzle2014-02-25 10:32:41
C++ / C#
Razzle, 2014-02-25 10:32:41

What does ==>> mean in C++?

I met the symbol ==>> in one source, but I don’t know what it means.

<code lang="cpp">
GetCarForwardVector(Vehicle veh, Vector3 *pVeh)  ==>>  GET_CAR_FORWARD_VECTOR
</code>

The only idea is something like a pointer to a "native" function.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
D
DancingOnWater, 2014-02-25
@DancingOnWater

There is no such keyword or operation in pluses, perhaps this symbol is defined by define

F
Fil, 2014-02-25
@Fil

A little googling suggested that this is not quite the source. Apparently, for clarity, the author simply presented the code with such an arrow:
There is also a link to "ScriptingNatives.h" with normal code.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question