それぞれ型側に近づけて記述する
const T* const value
const T& value
const T^ value
| #pragma once | |
| namespace mntone { namespace niconico { | |
| /// <summary> | |
| /// niconico の API 用コンテクストを管理します | |
| /// </summary> | |
| class niconico_context | |
| { | |
| public: |
| for( my $a = 0; $a <= 1; ++$a ) | |
| { | |
| for( my $b = 0; $b <= 1; ++$b ) | |
| { | |
| print( $a, ' ', $b, ' ', ( !( ( !!( $a & $b ) ) | ( !( $a | $b ) ) ) ) == 1 ? 1 : 0, "\n" ); | |
| } | |
| } | |
| __END__ |
| #pragma once | |
| #include <istream> | |
| namespace mntone { namespace utility { | |
| class ibytestream | |
| : std::basic_istream<uint8_t> | |
| { | |
| public: | |
| using baseistream = std::basic_istream<uint8_t>; |
| #include "pch.h" | |
| #include "Class1.h" | |
| using namespace Concurrency; | |
| using namespace Platform; | |
| using namespace Windows::Foundation; | |
| using namespace Windows::Storage::Streams; | |
| using namespace StreamTestFactory; | |
| IBuffer^ Class1::GetBuffer() |
| #pragma once | |
| #include <numeric> | |
| #include <type_traits> | |
| #include <vector> | |
| #ifdef __cplusplus_winrt | |
| #include <collections.h> | |
| #endif | |
| namespace Linq { |
| using System; | |
| namespace StringIndexOfSpeedTest | |
| { | |
| class Program | |
| { | |
| static void Main( string[] args ) | |
| { | |
| var data = "bbbbbbbbbbbbbbbbbbbbbbbbbbb[bbbbbbbbbbbbbbbbbbbbbbbbbbb"; | |
| var find = '['; |
| // MIT license | |
| // Copyright (C) 2014 mntone. All rights reserved. | |
| #pragma once | |
| #include <functional> | |
| namespace Mntone { namespace Nicola { namespace Utilities { | |
| template<typename T> | |
| class EventWrapper final |
Returns the array of universities.
See Object: Universities, Object: University, and Object: UniversityName.