template-project-cpp
Loading...
Searching...
No Matches
tpcpp::ObjectToType Concept Reference
Concept definition
template
<
typename
T>
concept
tpcpp::ObjectToType
=
std::same_as<T, bool> || std::same_as<T, long> || std::same_as<T, double> ||
std::same_as<T, CallablePtr> || std::same_as<T, std::string>
tpcpp::ObjectToType
Definition
Object.hpp:72
Detailed Description
Definition at line
72
of file
Object.hpp
.
tpcpp
ObjectToType
Generated by
1.12.0