Project
Loading...
Searching...
No Matches
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.