The answer is, no, a CC supply isn't intended to regulate voltage. CC supplies sense current and vary voltage to adjust to the target current. If you need constant voltage, it's the wrong tool for the job.
Large point-illumination LEDs assume constant current. If they don't include current limiting internally, you would use a CC driver for them.
Some LED strips (generally, the single-color type) that wire the LEDs in series also regulate on current. You would again choose a CC LED driver that outputs a specified current within a range of voltage (Series-wired LEDs have a minimum voltage and max.)
Other strips (such as RGB programmable ones) that wire the LEDs in parallel use constant, fixed voltage, and regulate each LED current locally to achieve the desired color / brightness.
Say you have a fixed voltage strip. If it has strict 12V input voltage and won't tolerate overvolting, a cheap-and-cheerful way to meet its spec is to use an LDO 12V regulator. Yes, the LDO will dissipate some power at max charge voltage (1.4W @14V worst case for your 700mA example.) You'll need a heatsink.
If your LED strip can tolerate slightly higher voltage you could then set the LDO a bit higher (+10%, or 13.2V) and thus reduce the LDO's dissipation to less than 0.5W worst-case. Very doable with a small heatsink.
Now, how about using DC-DC to achieve a fixed 12V? Any DC-DC solution used in automotive will need to be able to work both below and above 12V to accommodate low-battery condition (about 11V) through max charge (about 14V).
This is best handled by a buck-boost. Lucky for you, you can buy this pre-made as a 'voltage stabilizer', a module used to adapt strict 12V systems in auto applications. They provide a constant 12V regardless of the battery state-of-charge.
Now, is this stabilizer the most efficient? Surprisingly, probably not. Say the regulator is 85% efficient (and I'm being generous here) when it's in DC-DC mode. With your 700mA LED strip it will be dissipating about 1.3W all the time that it isn't in LDO mode. That's a very narrow window of voltage that doesn't tend to happen.
It's not any better, and possibly worse than, the LDO solution I've offered above.