StormByte C++ Library: Config module 1.1.0
StormByte-Config is the configuration module of the StormByte C++ suite.
Loading...
Searching...
No Matches
Classes | Namespaces | Functions
value.hxx File Reference
#include <StormByte/config/item/base.hxx>
#include <StormByte/type_traits.hxx>
#include <cstddef>
#include <vector>
Include dependency graph for value.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  StormByte::Config::Item::Value< T >
 Named or unnamed typed value. More...
 

Namespaces

namespace  StormByte
 
namespace  StormByte::Config
 Config module of the StormByte suite.
 
namespace  StormByte::Config::Item
 Configuration items (values, comments, groups, lists).
 

Functions

 StormByte::Config::Item::Value (const char *) -> Value< std::string >
 
 StormByte::Config::Item::Value (const char *, const char *) -> Value< std::string >