Subject: [Boost-users] [ProgramOptions] Hex argument values
From: Robert Jones (robertgbjones_at_[hidden])
Date: 2010-07-12 11:14:59


Hi All

Bit of a newbie to Boost.ProgramOptions...

Is there a 'proper' way to specify that an argument has a hex value?

I could take it as string and then check, but I'd prefer to let
ProgramOptions
do it for me.

Thanks, Rob.