C++ Essence Library 0.1.0
A Utility Library for Modern C++ Programming
Loading...
Searching...
No Matches
essence::meta::get_field_by_name< T, Name > Struct Template Reference

Public Types

using type = at_if_t<get_fields_t<T>, []<typename U>(std::type_identity<U>) { return U::name == Name; }>
 

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