Skip to content

scram::mef::detail::container_of

Finds the container type for the given element type. More...

Public Types

Name
using typename container_of_impl< T, Ts..., void >::typetype <br>Return.

Detailed Description

cpp
template <class T ,
class... Ts>
struct scram::mef::detail::container_of;

Finds the container type for the given element type.

Template Parameters:

Public Types Documentation

using type

cpp
using scram::mef::detail::container_of< T, Ts >::type =  typename container_of_impl<T, Ts..., void>::type;

Return.


Updated on 2025-11-11 at 16:51:08 +0000