CPP-AP 2.7.0
Command-line argument parser for C++20
Loading...
Searching...
No Matches
ap::detail::c_trivially_readable Concept Reference

The concept is satisfied when T can be constructed from const std::string&. More...

#include <concepts.hpp>

Concept definition

template<typename T>
concept ap::detail::c_trivially_readable = std::constructible_from<T, const std::string&>
The concept is satisfied when T can be constructed from const std::string&.
Definition concepts.hpp:29

Detailed Description

The concept is satisfied when T can be constructed from const std::string&.

Template Parameters
TType to check.

Definition at line 29 of file concepts.hpp.