cppfig 0.1.0
Modern C++20 compile-time type-safe configuration library
Loading...
Searching...
No Matches
cppfig::detail::IsOneOf< T, Types > Struct Template Reference

Helper to check if a type is in a parameter pack. More...

#include <schema.h>

Inheritance diagram for cppfig::detail::IsOneOf< T, Types >:
[legend]
Collaboration diagram for cppfig::detail::IsOneOf< T, Types >:
[legend]

Detailed Description

template<typename T, typename... Types>
struct cppfig::detail::IsOneOf< T, Types >

Helper to check if a type is in a parameter pack.


The documentation for this struct was generated from the following file: