MCPcopy Create free account
hub / github.com/JDAI-CV/DNNLibrary / in_place

Function in_place

include/common/optional.h:119–122  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

117
118template< class T >
119inline in_place_t in_place( detail::in_place_type_tag<T> = detail::in_place_type_tag<T>() )
120{
121 return in_place_t();
122}
123
124template< std::size_t K >
125inline in_place_t in_place( detail::in_place_index_tag<K> = detail::in_place_index_tag<K>() )

Callers

nothing calls this directly

Calls 1

in_place_tClass · 0.70

Tested by

no test coverage detected