|
| struct | mgis::function::internals::FunctionResultTypeTraits< T > |
| | traits that must be specialized to allow functions to return this type. More...
|
| |
| struct | mgis::function::internals::FunctionResultTypeTraits< real & > |
| | partial specialization for reference to a scalar value More...
|
| |
| struct | mgis::function::internals::FunctionResultTypeTraits< std::span< real, N > > |
| | partial specialization for reference to a mutable span More...
|
| |
| struct | mgis::function::internals::FunctionResultTypeTraits< std::array< real, N > & > |
| | partial specialization for reference to a std::array More...
|
| |
| struct | mgis::function::internals::FunctionResultQueryImplementation1< bool, FunctionType > |
| |
| struct | mgis::function::internals::FunctionResultQueryImplementation1< true, FunctionType > |
| |
| struct | mgis::function::internals::FunctionResultQueryImplementation2< bool, FunctionType > |
| |
| struct | mgis::function::internals::FunctionResultQueryImplementation2< true, FunctionType > |
| |
| struct | mgis::function::internals::FunctionResultQueryImplementation3< bool, FunctionType > |
| |
| struct | mgis::function::internals::FunctionResultQueryImplementation3< true, FunctionType > |
| |
| struct | mgis::function::internals::FunctionResultQueryImplementation4< bool, FunctionType > |
| |
| struct | mgis::function::internals::FunctionResultQueryImplementation4< true, FunctionType > |
| |
| struct | mgis::function::internals::FunctionResultQueryImplementation< bool, FunctionType > |
| |
| struct | mgis::function::internals::FunctionResultQueryImplementation< true, FunctionType > |
| |
| struct | mgis::function::internals::FunctionResultQuery< FunctionType > |
| |
| struct | mgis::function::LightweightViewTraits< FunctionType > |
| |
| struct | mgis::function::internals::ViewResultType< bool, FunctionType > |
| |
| struct | mgis::function::internals::ViewResultType< false, FunctionType > |
| |
| struct | mgis::function::internals::NumberOfComponents< FunctionType > |
| | number of components of a type when known at compile-time, dynamic_extent otherwise More...
|
| |
| struct | mgis::function::internals::fixed_size_modifier< N > |
| |