| ▼Nmeta | Tiny metaprogramming library | 
| ▼Nextension | Extend meta with your own datatypes | 
| Capply | A trait that unpacks the types in the type list Linto the invocableFn | 
| Capply< Fn, integer_sequence< T, Is... > > |  | 
| Capply< Fn, Ret(Args...)> |  | 
| Capply< Fn, T< Ts... > > |  | 
| Nlazy | Lazy versions of meta actions | 
| Cand_c |  | 
| Cbind_back | An invocable that partially applies the invocable Fnby binding the argumentsUsto the back ofFn | 
| Cbind_front | An invocable that partially applies the invocable Fnby binding the argumentsTsto the front ofFn | 
| Ccompose_ | Compose the Invocables Fnsin the parameter packTs | 
| Ccompose_< Fn0 > |  | 
| Ccompose_< Fn0, Fns... > |  | 
| Cdefer | A wrapper that defers the instantiation of a template Cwith type parametersTsin alambdaorletexpression | 
| Cdefer_i | A wrapper that defers the instantiation of a template Cwith integral constant parametersIsin alambdaorletexpression | 
| Cflip | An invocable that reverses the order of the first two arguments | 
| Cid | A trait that always returns its argument T. It is also an invocable that always returnsT | 
| Cinteger_sequence | A container for a sequence of compile-time integer constants | 
| Clist | A list of types | 
| Cnil_ | An empty type | 
| Cor_c | Logically OR together all the Boolean parameters | 
| Cquote | Turn a template Cinto an invocable | 
| Cquote_i | Turn a template Ctaking literals of typeTinto a invocable | 
| Cvar | For use when defining local variables in meta::letexpressions | 
| Ris_true |  | 
| Rsame_as |  | 
| Rvalid |  | 
| Rvalid_i |  | 
| Rtrait |  | 
| Rinvocable |  | 
| Rlist_like |  | 
| Rintegral |  | 
| ▼Nstd | STL namespace | 
| Citerator_traits<::ranges::basic_iterator< Cur > > |  | 
| Ctuple_element< 0, ::ranges::compressed_pair< First, Second > > |  | 
| Ctuple_element< 0, ::ranges::subrange< I, S, K > > |  | 
| Ctuple_element< 1, ::ranges::compressed_pair< First, Second > > |  | 
| Ctuple_element< 1, ::ranges::subrange< I, S, K > > |  | 
| Ctuple_element< I, ::ranges::compressed_tuple_detail::compressed_tuple_< ::meta::list< Ts... >, ::meta::index_sequence< Is... > > > |  | 
| Ctuple_size<::ranges::compressed_pair< First, Second > > |  | 
| Ctuple_size<::ranges::compressed_tuple_detail::compressed_tuple_< ::meta::list< Ts... >, ::meta::index_sequence< Is... > > > |  | 
| Ctuple_size<::ranges::subrange< I, S, K > > |  |