Home
last modified time | relevance | path

Searched refs:no_def_constructor (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/libs/fusion/test/sequence/
Dmap_construction.cpp41 class no_def_constructor class
43 no_def_constructor() {} in no_def_constructor() function in test_detail::no_def_constructor
47 no_def_constructor(std::string) {} in no_def_constructor() function in test_detail::no_def_constructor
99 pair<key1, no_def_constructor>, in test()
100 pair<key2, no_def_constructor>, in test()
101 pair<key3, no_def_constructor> > in test()
103 pair<key1, no_def_constructor>(std::string("Jaba")), // ok, since the default in test()
104 pair<key2, no_def_constructor>(std::string("Daba")), // constructor is not used in test()
105 pair<key3, no_def_constructor>(std::string("Doo")) in test()
Dconstruction.hpp40 class no_def_constructor class
42 no_def_constructor() {} in no_def_constructor() function in test_detail::no_def_constructor
46 no_def_constructor(std::string) {} in no_def_constructor() function in test_detail::no_def_constructor
97 FUSION_SEQUENCE<no_def_constructor, no_def_constructor, no_def_constructor>( in test()
/third_party/boost/libs/tuple/test/
Dtuple_test_bench.cpp57 class no_def_constructor { class
58 no_def_constructor() {} in no_def_constructor() function in no_def_constructor
60 no_def_constructor(std::string) {} in no_def_constructor() function in no_def_constructor
136 tuple<no_def_constructor, no_def_constructor, no_def_constructor>( in construction_test()