Quetzal-CoaTL
The Coalescence Template Library
Loading...
Searching...
No Matches
quetzal::format::newick::Formattable Concept Reference

Concept for label name. More...

#include <quetzal/io/newick/extended/from_network.hpp>

Concept definition

template<class F, class... Args>
concept quetzal::format::newick::Formattable = std::invocable<F, Args...> && std::convertible_to<std::invoke_result_t<F, Args...>, std::string>
Concept for label name.
Definition from_network.hpp:213

Detailed Description

Concept for label name.

Concept for label name: invocable and the return type is convertible to a string.