scenario_simulator_v2 C++ API
Classes | Namespaces | Variables
has_data_member_option.hpp File Reference
#include <type_traits>
Include dependency graph for has_data_member_option.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  concealer::has_data_member_option< T, typename >
 
struct  concealer::has_data_member_option< T, std::void_t< decltype(std::declval< T >().option)> >
 

Namespaces

 concealer
 

Variables

template<typename... Ts>
constexpr auto concealer::has_data_member_option_v = has_data_member_option<Ts...>::value