#include <string_view>
#include "cppfig/traits.h"
#include "cppfig/validator.h"
Go to the source code of this file.
|
| namespace | cppfig |
| | C++20 compile-time type-safe configuration library.
|
| |
|
| template<IsSetting S> |
| constexpr auto | cppfig::GetEnvOverride () -> std::string_view |
| | Helper to get environment override for a setting (empty if not defined).
|
| |
| template<IsSetting S> |
| auto | cppfig::GetSettingValidator () -> Validator< typename S::value_type > |
| | Helper to get validator for a setting (always-valid if not defined).
|
| |