carl
24.04
Computer ARithmetic Library
|
#include "settings_utils.h"
#include <boost/any.hpp>
#include <boost/program_options.hpp>
#include <boost/spirit/include/qi.hpp>
Go to the source code of this file.
Namespaces | |
carl | |
carl is the main namespace for the library. | |
carl::settings | |
Functions | |
void | carl::settings::validate (boost::any &v, const std::vector< std::string > &values, carl::settings::duration *, int) |
Custom validator for duration that wraps some std::chrono::duration. More... | |
void | carl::settings::validate (boost::any &v, const std::vector< std::string > &values, carl::settings::binary_quantity *, int) |
Custom validator for binary quantities. More... | |
void | carl::settings::validate (boost::any &v, const std::vector< std::string > &values, carl::settings::metric_quantity *, int) |
Custom validator for metric quantities. More... | |