Project
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
PtreeConfigValueType Concept Reference

#include <ConfigParamRegistry.h>

Concept definition

template<typename T>
concept PtreeConfigValueType = std::same_as<T, boost::property_tree::ptree> || std::constructible_from<T, boost::property_tree::ptree>

Detailed Description

Definition at line 48 of file ConfigParamRegistry.h.