Home
last modified time | relevance | path

Searched defs:value_init (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/container/detail/
H A Dvalue_init.hpp32 struct value_init struct
34 value_init() in value_init() argument
38 operator T &() { return m_t; } in operator T&()
40 T &get() { return m_t; } in get()
42 T m_t;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/container/
H A Dcontainer_fwd.hpp294 static const value_init_t value_init = value_init_t(); variable