alpaqa 1.0.0a18
Nonconvex constrained optimization
Loading...
Searching...
No Matches
Namespaces | Macros | Functions
from_chars-wrapper.hpp File Reference
#include <charconv>
#include <stdexcept>
#include <system_error>
+ Include dependency graph for from_chars-wrapper.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  alpaqa
 
namespace  alpaqa::util
 

Macros

#define ALPAQA_USE_FROM_CHARS_INT   0
 
#define ALPAQA_USE_FROM_CHARS_FLOAT   0
 

Functions

template<class T >
requires ( false)
std::from_chars_result from_chars (const char *first, const char *last, T &value, std::chars_format fmt=std::chars_format::general)
 
template<class T >
requires ( false)
std::from_chars_result from_chars (const char *first, const char *last, T &value, int base=10)
 
template<class T , class... Args>
requires ( std::floating_point<T> || false)
std::from_chars_result from_chars (const char *first, const char *last, T &value, std::chars_format fmt=std::chars_format::general)
 
template<class T , class... Args>
requires ( std::integral<T> || false)
std::from_chars_result from_chars (const char *first, const char *last, T &value, int base=10)
 

Macro Definition Documentation

◆ ALPAQA_USE_FROM_CHARS_INT

#define ALPAQA_USE_FROM_CHARS_INT   0

Definition at line 33 of file from_chars-wrapper.hpp.

◆ ALPAQA_USE_FROM_CHARS_FLOAT

#define ALPAQA_USE_FROM_CHARS_FLOAT   0

Definition at line 34 of file from_chars-wrapper.hpp.